User Tools

Site Tools


programs:windows:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programs:windows:git [2025/12/11 20:30] – [Install Options] Sean Rhoneprograms:windows:git [2026/07/02 16:24] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * [[https://gitforwindows.org/|Git for Windows]] ((https://github.com/git-for-windows/git))+  * Git for Windows ((https://gitforwindows.org/)) ((https://github.com/git-for-windows/git)) 
 + 
 +===== Media ===== 
 + 
 +  * [[https://www.youtube.com/watch?v=d8pipQtfzbg|Install Video]]
  
 ====== Git ====== ====== Git ======
  
   * https://github.com/git-for-windows/git/releases   * https://github.com/git-for-windows/git/releases
-  * Last tested: ''Git-2.52.0-64-bit.exe''+  * Last tested: ''Git-2.55.0.2-64-bit.exe''
  
 ===== Install Options ===== ===== Install Options =====
 +
 +  * Default Destination Location ((''C:\Program Files\Git''))
  
   * ''[ ]'' No components required   * ''[ ]'' No components required
-  * ''[ ]'' Don't create a Start Menu folder+  * ''[x]'' Don't create a Start Menu folder
   * ''Use Notepad as Git's default editor''   * ''Use Notepad as Git's default editor''
   * ''[x]'' Let Git decide   * ''[x]'' Let Git decide
   * ''[x]'' Git from the command line and also from 3rd-party software   * ''[x]'' Git from the command line and also from 3rd-party software
 +  * ''[x]'' Use bundled OpenSSH
   * ''[x]'' Use the native Windows Secure Channel library   * ''[x]'' Use the native Windows Secure Channel library
   * ''[x]'' Checkout as-is, commit as-is   * ''[x]'' Checkout as-is, commit as-is
   * ''[x]'' Use Windows' default console window   * ''[x]'' Use Windows' default console window
-  * ''[x]'' Fast-forward or merge+  * ''[x]'' Rebase
   * ''[x]'' None (Do not use a credential helper)   * ''[x]'' None (Do not use a credential helper)
   * ''[ ]'' Enable file system caching   * ''[ ]'' Enable file system caching
Line 39: Line 46:
 ===== sh Script ===== ===== sh Script =====
  
-  * [[games;windows;rt4_client_runescape_530#settings|client-settings-sed.sh]]+  * [[games;windows;rt4_client_runescape_530#settings|2009Scape]] 
 +  * [[servers;windows;games;void_localhost#settings|Void]]
  
   "%ProgramFiles%\Git\bin\sh.exe" -- "%UserProfile%\Projects\RT4-Client\scripts\client-settings-sed.sh"   "%ProgramFiles%\Git\bin\sh.exe" -- "%UserProfile%\Projects\RT4-Client\scripts\client-settings-sed.sh"
 +
 +===== Hide History =====
 +
 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.bash_history"
 +
 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.lesshst"
  
/usr/local/www/wiki/data/attic/programs/windows/git.1765503046.txt.gz · Last modified: by Sean Rhone