Changes between Version 8 and Version 9 of Git/GitHome
- Timestamp:
- Dec 7, 2012, 2:32:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Git/GitHome
v8 v9 3 3 == Installing Git == 4 4 5 === Git command line client === 5 [http://git-scm.com/downloads Downloads] are available for various platforms. 6 6 7 === Git graphical client === 7 [http://code.google.com/p/tortoisegit/ TortoiseGIT], a port of TortoiseSVN, of great interest to Windows users who prefer a GUI interface or already use TortoiseSVN. 8 9 || Windows hint: If you install TortoiseGIT, avoid incompatibilities by using the command line version of git that TortoiseGIT installs. I.E. place {{{C:\Program Files (x86)\Git\cmd}}} in your path ahead of any other git binaries, such as cygwin. || 8 10 9 11 == Learning to use Git == … … 28 30 29 31 * [http://git-scm.com/ Git's official website]. 30 * [http://code.google.com/p/tortoisegit/ TortoiseGIT] is a port of TortoiseSVN; of great interest to Windows users who prefer a GUI interface or already use TortoiseSVN.