Install Git in Windows

Git is a version control system.

1. Goto http://git-scm.com/download/win
2. Download and run the .exe file
3. Done!
4. You can now open the explorer and right click to get the Git Bash and other features

You can also set the global user name and email:
> git config --global user.name "peter"
> git config --global user.email skybonep@gmail.com

See Also:
- Git command line User Guide

No comments:

Post a Comment