Difference between revisions of "Msysgit"
Jump to navigation
Jump to search
(→Test) |
|||
Line 10: | Line 10: | ||
</source> | </source> | ||
− | == Test == | + | == Test installation == |
− | |||
Test installation, by clicking '''C:\WinPython27\WinPython-32bit-xxx\scripts\own\cmdpyt32.bat''', and write | Test installation, by clicking '''C:\WinPython27\WinPython-32bit-xxx\scripts\own\cmdpyt32.bat''', and write | ||
<source lang="powershell"> | <source lang="powershell"> | ||
git --version | git --version | ||
</source> | </source> |
Revision as of 13:38, 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 installation
Test installation, by clicking C:\WinPython27\WinPython-32bit-xxx\scripts\own\cmdpyt32.bat, and write
git --version