Changes between Version 25 and Version 26 of Git/GitHome
- Timestamp:
- Jan 1, 2014, 5:01:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Git/GitHome
v25 v26 10 10 == Required Git Release == 11 11 12 1.7.3 or later. 12 1.7.3 or later. {{{git --version}}} will display the Git version number. 13 13 14 14 If you already have an earlier release installed, please upgrade it. … … 24 24 [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. 25 25 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}}}. 27 27 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. 29 29 30 30 === Unix, Linux, etc. === … … 34 34 ''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". 35 35 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] 37 37 38 38 === Mac OS X ===