====== Information ====== * Git for Windows ((https://gitforwindows.org/)) ((https://github.com/git-for-windows/git)) ===== Media ===== * [[https://www.youtube.com/watch?v=d8pipQtfzbg|Install Video]] ====== Git ====== * https://github.com/git-for-windows/git/releases * Last tested: ''Git-2.55.0.2-64-bit.exe'' ===== Install Options ===== * Default Destination Location ((''C:\Program Files\Git'')) * ''[ ]'' No components required * ''[x]'' Don't create a Start Menu folder * ''Use Notepad as Git's default editor'' * ''[x]'' Let Git decide * ''[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]'' Checkout as-is, commit as-is * ''[x]'' Use Windows' default console window * ''[x]'' Rebase * ''[x]'' None (Do not use a credential helper) * ''[ ]'' Enable file system caching * ''[ ]'' Enable symbolic links ==== 2009Scape ==== * [[servers;windows;games;2009scape_localhost|Server (localhost)]] * ''[x]'' Git LFS (Large File Support) ====== Examples ====== ===== Shells ===== "%ProgramFiles%\Git\bin\sh.exe" "%ProgramFiles%\Git\bin\bash.exe" ===== sh Script ===== * [[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" ===== Hide History ===== "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.bash_history" "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.lesshst"