Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike.
/GitOnlyOnPath
/GitAndUnixToolsOnPath
/NoAutoCrlf
.gitconfig
/WindowsTerminal
vim
/NoShellIntegration
/NoCredentialManager
$Env:GCM_VALIDATE='false'
/NoGitLfs
/SChannel
Example: choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /SChannel /NoAutoCrlf"
choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /SChannel /NoAutoCrlf"