Difference between revisions of "Msysgit"
Jump to navigation
Jump to search
(Created page with "== Install == Find newest version [http://msysgit.github.io/ from their webpage]. In the window '''Select components''', un-check all options.<br> In the Installation_wind...") |
|||
Line 8: | Line 8: | ||
set PATH=%PATH%;C:\Program Files (x86)\Git\cmd | set PATH=%PATH%;C:\Program Files (x86)\Git\cmd | ||
set PATH=%PATH%;C:\Program Files (x86)\Git\bin | set PATH=%PATH%;C:\Program Files (x86)\Git\bin | ||
+ | </source> | ||
+ | |||
+ | == Test == | ||
+ | |||
+ | Test installation, by clicking '''C:\WinPython27\WinPython-32bit-xxx\scripts\own\cmdpyt32.bat''', and write | ||
+ | <source lang="powershell"> | ||
+ | git --version | ||
</source> | </source> |
Revision as of 13:37, 21 July 2013
Install
Find newest version from their webpage.
In the window Select components, un-check all options.
In the pyt32.bat file, add
set PATH=%PATH%;C:\Program Files (x86)\Git\cmd
set PATH=%PATH%;C:\Program Files (x86)\Git\bin
Test
Test installation, by clicking C:\WinPython27\WinPython-32bit-xxx\scripts\own\cmdpyt32.bat, and write
git --version