문제

I've just installed Netbeans 8 and I'd like to start using Git. There are plenty of buttons, menus, etc. but where can I find Git console?
I use Windows.

도움이 되었습니까?

해결책

You're probably best off installing it directly if you want the console; the IDEs will often only give the menu integrated options.

Git's website has the console version for Windows: http://git-scm.com/

다른 팁

To make terminal work in your Netbeans IDE you just need to install cygwin. While you installing/setting up cygwin you have to select packages to install. Type "git" in search input, while selecting packages, to find all git packages. All git packages are sorted by categories. You don't need all of them. To make git work in your terminal choose category "devel" and "git: Distributed version control system". Finish setup by clicking on "next" button. Now restart your NetBeans IDE and use git in your terminal. terminal with git

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top