Open main menu

Changes

Msysgit

718 bytes added, 16:56, 6 November 2015
→‎See also: Category fix.
__TOC__
 
== Install ==
Find newest version [http://msysgit.github.io/ from their webpage].
We follow [https://help.github.com/articles/set-up-git the github guide on msysgit for setup.]
In the window '''Select components''', un-check all options.<br>
Check on '''Associate .git*...''' and '''Associate .sh ...'''<br>
Set '''Use Git Bash only'''.<br>
Use OpenSSH<br>
Set '''Checkout as-is, commit Unix-style'''. The line endings should be dealt with, by a proper python/text editor.
In the [[Installation_windows_Python_x86-32_Visual_Studio_Express_for_Windows_Desktop|pyt32.bat]] file, add
</source>
== Test installation ==Test installation, by clicking '''C:\WinPython27\WinPython-32bit-xxx\scripts\own\cmdpyt32.bat''', and write<source lang="powershell">git --versiongitk</source>
Test installation, by clicking If you have added '''C:\WinPython27\WinPython-32bit-xxx\scripts\own\cmdpyt32pyt32.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 writeright click, "Open command window here". Write:
<source lang="powershell">
pyt32
git --version
gitk
</source>
 
== See also ==
[[Category:git]]
[[Category:Software]]
Trusted, Bureaucrats
4,228

edits