Skip to content

git setup

Amadeusz Wieczorek edited this page Jan 20, 2023 · 5 revisions
  • git config --global core.autocrlf input Checkout as is, commit unix style.
  • git config --global core.excludesfile ./global.gitignore apply global.gitignore
  • git config diff.wsErrorHighlight all Display whitespace in diff
  • git config push.autoSetupRemote true Automate the first push of a branch

Clone this wiki locally