Difference between revisions of "Msysgit"

From relax wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
</source>
 
</source>
  
If you have added to your [[Installation_windows_Python_x86-32_Visual_Studio_Express_for_Windows_Desktop#Trick_to_add_.bat_files_to_PATH | PATH]], then in any folder, hold "Shift" and right click, "Open command window here". Write:
+
If you have added '''pyt32.bat''' to your [[Installation_windows_Python_x86-32_Visual_Studio_Express_for_Windows_Desktop#Trick_to_add_.bat_files_to_PATH | PATH]], then in any folder, hold "Shift" and right click, "Open command window here". Write:
 
<source lang="powershell">
 
<source lang="powershell">
 
pyt32
 
pyt32
 
git --version
 
git --version
 
</source>
 
</source>

Revision as of 13:40, 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

If you have added pyt32.bat to your PATH, then in any folder, hold "Shift" and right click, "Open command window here". Write:

pyt32
git --version