Git
Install¶
Windows¶
choco feature enable -n=useRememberedArgumentsForUpgrades
choco install -y git.install --params "'/NoShellIntegration'"
Ubuntu¶
Settings¶
LF line endings¶
Let Windows use LF
end of line:
You might want to add a <repo>/.gitattributes
file in the repo to enforce the setting.
Apply the changes