Skip to content

Instantly share code, notes, and snippets.

@guizordan
Last active March 9, 2026 14:30
Show Gist options
  • Select an option

  • Save guizordan/0d40a4a7fe3b0b902a07b43fc1feb037 to your computer and use it in GitHub Desktop.

Select an option

Save guizordan/0d40a4a7fe3b0b902a07b43fc1feb037 to your computer and use it in GitHub Desktop.
.gitconfig
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Gui Zordan
email = guilhermezordan@outlook.com
[pager]
branch = false
[core]
editor = nvim
[pull]
rebase = true
[init]
defaultBranch = main
[push]
autoSetupRemote = true
[fetch]
prune = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment