Dotfiles/.gitconfig

24 lines
390 B
INI
Raw Normal View History

2024-05-13 22:18:48 +00:00
[user]
name = Snoweuph
email = snow+git@euph.email
signingKey = A494330694B208EF
[commit]
gpgSign = true
[push]
autosetupremote = true
[help]
autoCorrect = prompt
[merge]
tool = meld
conflictstyle = zdiff3
[core]
editor = nvim
[diff]
colorMoved = default
[fetch]
prune = true
prunetags = true
[alias]
adog = log --all --decorate --oneline --graph
2024-05-31 16:59:14 +00:00
fl = push --force-with-lease