Difference between revisions of "Git"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
(Created page with "== Git == Git is an open-source, distributed version control repository system. http://git-scm.com/ == Installing Git == http://progit.org/book/ch1-4.html == Installing Git on...")
 
Line 8: Line 8:
  
 
== Installing Git on Windows ==
 
== Installing Git on Windows ==
http://code.google.com/p/msysgit
+
* http://code.google.com/p/msysgit
https://github.com/msysgit/msysgit/wiki/InstallMSysGit
+
* https://github.com/msysgit/msysgit/wiki/InstallMSysGit
http://code.google.com/p/msysgit/downloads/list
+
* http://code.google.com/p/msysgit/downloads/list
  
- Download Installer and run it.
+
* Download Installer and run it.
- Choose all default settings (for now).
+
* Choose all default settings (for now).

Revision as of 10:51, 25 January 2012

Git

Git is an open-source, distributed version control repository system.

http://git-scm.com/

Installing Git

http://progit.org/book/ch1-4.html

Installing Git on Windows

  • Download Installer and run it.
  • Choose all default settings (for now).