Last active
December 7, 2022 09:13
-
-
Save ljmccarthy/8b8c53faf61afce8056981b1cab44d9e to your computer and use it in GitHub Desktop.
git config sane defaults
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
[user] | |
name = Your Name | |
email = [email protected] | |
[init] | |
defaultBranch = main | |
[pull] | |
ff = only | |
rebase = true | |
autoStash = true | |
[fetch] | |
prune = true | |
[diff] | |
colorMoved = zebra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment