Skip to content

Instantly share code, notes, and snippets.

@nabobalis
Last active March 27, 2024 22:35
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 nabobalis/814e834eb7bc741d1b74f9a788dc8f69 to your computer and use it in GitHub Desktop.
Save nabobalis/814e834eb7bc741d1b74f9a788dc8f69 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
email = nabil.freij@gmail.com
name = Nabil Freij
[core]
editor = nvim
[init]
defaultBranch = main
[merge]
conflictstyle = zdiff3
tool = meld
[push]
default = current
autoSetupRemote = true
[rerere]
enabled = true
[diff]
algorithm = histogram
submodule = log
[transfer]
fsckobjects = true
[fetch]
fsckobjects = true
[receive]
fsckObjects = true
[status]
submoduleSummary = true
[submodule]
recurse = true
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment