Skip to content

Instantly share code, notes, and snippets.

@guizordan
Last active March 31, 2024 18:13
Show Gist options
  • Save guizordan/0d40a4a7fe3b0b902a07b43fc1feb037 to your computer and use it in GitHub Desktop.
Save guizordan/0d40a4a7fe3b0b902a07b43fc1feb037 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
email = guilhermezordan@outlook.com
name = Gui Zordan
[pager]
branch = false
[core]
editor = nvim
[pull]
rebase = true
[init]
defaultBranch = main
[push]
autoSetupRemote = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment