Changes between Version 25 and Version 26 of Git/GitHome


Ignore:
Timestamp:
Jan 1, 2014, 5:01:23 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Git/GitHome

    v25 v26  
    1010== Required Git Release ==
    1111
    12 1.7.3 or later.
     121.7.3 or later. {{{git --version}}} will display the Git version number.
    1313
    1414If you already have an earlier release installed, please upgrade it.
     
    2424[http://code.google.com/p/tortoisegit/ TortoiseGIT], a port of TortoiseSVN, is recommended for Windows users who prefer a GUI interface or already use TortoiseSVN.
    2525
    26  || **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. ||
     26  **Windows hint:** If you install TortoiseGIT, avoid incompatibilities by using the Windows 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 those cygwin might install. While in theory you could run git from bash, Windows Powershell, or other shells, examples in these Boost documentation pages are tested only with the regular Windows command line, {{{cmd.exe}}}.
    2727
    28  || **Windows hint:** To generate !GitHub SSH authentication keys, as described in [https://help.github.com/articles/generating-ssh-keys#platform-windows GitHub help], be sure to use {{{"C:\Program Files (x86)\Git\Git Bash"}}}. Otherwise the {{{.ssh}}} directory may not get generated in your HOMEPATH directory, and !GitHub authentication will fail. ||
     28  **Windows hint:** To generate !GitHub SSH authentication keys, as described in [https://help.github.com/articles/generating-ssh-keys#platform-windows GitHub help], be sure to use {{{"C:\Program Files (x86)\Git\Git Bash"}}}. Otherwise the {{{.ssh}}} directory may not get generated in your HOMEPATH directory, and !GitHub authentication will fail.
    2929
    3030=== Unix, Linux, etc. ===
     
    3434''gitk'' and ''git gui'' are the most responsive and common tools. To start using them just execute "gitk ." (without quotes) in folder with cloned GIT repo. ''git gui'' can be started from ''gitk'', via "File"->"Start git gui".
    3535
    36  || **Linux hint:** You need to create SSH keys and add them to your git account, as described in [https://help.github.com/articles/generating-ssh-keys GitHub help] ||
     36 **Linux hint:** You need to create SSH keys and add them to your git account, as described in [https://help.github.com/articles/generating-ssh-keys GitHub help]
    3737
    3838=== Mac OS X ===