Skip to content

Instantly share code, notes, and snippets.

@cozzbie
Last active June 26, 2023 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cozzbie/6b0fc74edf336215532c55d0b9f3c081 to your computer and use it in GitHub Desktop.
Save cozzbie/6b0fc74edf336215532c55d0b9f3c081 to your computer and use it in GitHub Desktop.
A Git Configuration
git config --global branch.autoSetupMerge always
git config --global --add --bool push.autoSetupRemote true
git config --global pull.rebase false
git config --global diff.colorMoved zebra
git config --global push.default simple
git config --global push.autosetupremote true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment