2024-05-14 00:18:48 +02:00
|
|
|
[user]
|
|
|
|
name = Snoweuph
|
|
|
|
email = snow+git@euph.email
|
|
|
|
[commit]
|
|
|
|
gpgSign = true
|
2024-07-26 18:03:29 +02:00
|
|
|
|
2024-05-14 00:18:48 +02:00
|
|
|
[push]
|
|
|
|
autosetupremote = true
|
2024-07-26 18:03:29 +02:00
|
|
|
|
2024-05-14 00:18:48 +02:00
|
|
|
[help]
|
|
|
|
autoCorrect = prompt
|
2024-07-26 18:03:29 +02:00
|
|
|
|
2024-05-14 00:18:48 +02:00
|
|
|
[core]
|
|
|
|
editor = nvim
|
2024-09-01 12:40:29 +02:00
|
|
|
#pager = /usr/share/git-core/contrib/diff-highlight | less
|
2024-07-20 11:38:45 +02:00
|
|
|
commentChar = ";"
|
2024-07-26 18:03:29 +02:00
|
|
|
|
2024-05-14 00:18:48 +02:00
|
|
|
[diff]
|
|
|
|
colorMoved = default
|
2024-07-26 18:03:29 +02:00
|
|
|
|
2024-05-14 00:18:48 +02:00
|
|
|
[fetch]
|
|
|
|
prune = true
|
|
|
|
prunetags = true
|
2024-07-26 18:03:29 +02:00
|
|
|
|
2024-05-14 00:18:48 +02:00
|
|
|
[alias]
|
|
|
|
adog = log --all --decorate --oneline --graph
|
2024-07-26 18:03:29 +02:00
|
|
|
fl = push --force-with-lease
|
|
|
|
prune-branches = "!git fetch -p && git branch -vv | grep ': gone]' | awk '{print $1}' | xargs -r git branch -d"
|
|
|
|
show-last-commit = diff HEAD^
|
|
|
|
|
2024-06-02 19:30:27 +02:00
|
|
|
[interactive]
|
|
|
|
diffFilter = /usr/share/git-core/contrib/diff-highlight
|