| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| programs:windows:git [2026/04/03 22:23] – [sh Script] Sean Rhone | programs:windows:git [2026/07/02 16:24] (current) – Sean Rhone |
|---|
| |
| * 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-rc0-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 |
| |
| "%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" |
| |