Skip to content

Instantly share code, notes, and snippets.

@ljmccarthy
Last active December 7, 2022 09:13
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 ljmccarthy/8b8c53faf61afce8056981b1cab44d9e to your computer and use it in GitHub Desktop.
Save ljmccarthy/8b8c53faf61afce8056981b1cab44d9e to your computer and use it in GitHub Desktop.
git config sane defaults
[user]
name = Your Name
email = your.email@example.com
[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