Skip to content

Instantly share code, notes, and snippets.

@cozzbie
Last active July 7, 2024 10:50
Show Gist options
  • 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
git config --global commit.gpgsign true
git config --global init.defaultBranch master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment