Changes between Version 27 and Version 28 of Git/GitHome
- Timestamp:
- Jan 1, 2014, 5:14:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Git/GitHome
v27 v28 12 12 '''1.7.3''' or later. 13 13 14 To find the version number of Git, do this from the default command line processor for your system once Git is installed: 15 14 16 {{{ 15 17 git --version 16 18 }}} 17 19 18 will display the Git version number. 20 ''Other command line processors will probably work, but we only test with the default, such as {{{bash}}} on Linux, and {{{cmd.exe}}} on Windows.'' 19 21 20 If you already have an earlierrelease installed, please upgrade it.22 If you have an earlier Git release installed, please upgrade it. 21 23 22 24 == Installing Git ==