Please prepare the following stuff.
- git
- [download] (http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git) and run the installer
- choose the second option
using git at windows prompt
- choose
check as windows CR/LF and commit as UNIX CR
. Installation done! - active
git bash
from start menu. This is a mingw command prompt, which emulates standard unix operations. - try command
git --version