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 [2026/05/27 09:40] – [Hide Bash History] Sean Rhoneprograms:windows:git [2026/07/02 16:24] (current) Sean Rhone
Line 2: Line 2:
  
   * Git for Windows ((https://gitforwindows.org/)) ((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.54.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
Line 15: Line 21:
   * ''[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 44: Line 51:
   "%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 Shell History ===== +===== Hide History =====
- +
-****+
  
   "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.bash_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.1779889237.txt.gz · Last modified: by Sean Rhone