I have a initialized a remote repository using NetBeans. Most things I need to do can be done within netbeans, but most tutorials online use the command line. Can I setup msysgit to work with the existing local repositories?
Can I setup msysgit to work with the existing local repositories?
It's simple: Download and install msys git, this will integrate some git options to your windows explorer. That's all to do.
Just open your project's directory and you can open a Git Bash (= a terminal ready for git usage).
Now you can use NetBeans (and it's git) together with the one from msys - choose whatever you prefer, it doesn't matter which one you use.
See also: