Last active
July 7, 2024 10:50
-
-
Save cozzbie/6b0fc74edf336215532c55d0b9f3c081 to your computer and use it in GitHub Desktop.
A Git Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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