Changes between Version 8 and Version 9 of Git/GitHome


Ignore:
Timestamp:
Dec 7, 2012, 2:32:17 PM (10 years ago)
Author:
Beman Dawes
Comment:

Add Installing Git content

Legend:

Unmodified
Added
Removed
Modified
  • Git/GitHome

    v8 v9  
    33== Installing Git ==
    44
    5 === Git command line client ===
     5[http://git-scm.com/downloads Downloads] are available for various platforms.
    66
    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. ||
    810
    911== Learning to use Git ==
     
    2830
    2931* [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.