I use git for several private repositories. It is wonderful. If you have Visual Studio Professional (and not the free version of Express), I recommend the free Git Extensions package, which integrates git directly into Visual Studio and Windows Explorer. It includes git, so you wonβt have to install anything else.
If you have a free version of Visual Studio Visual Studio, you can still install git extensions, but you will not get a good Visual Studio plugin because Visual Studio Express does not support extensions. Windows Explorer extensions will still work.
If you're a guy like unixy, cygwin is great and has a package for the git command line version.
Daniel Stutzbach
source share