2024-05-14 00:18:48 +02:00
|
|
|
[user]
|
|
|
|
name = Snoweuph
|
2024-10-14 21:41:33 +02:00
|
|
|
email = snow+git@euph.email
|
|
|
|
signingKey = BEFC41DA223CEC55
|
2024-05-14 00:18:48 +02:00
|
|
|
[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]
|
2024-10-12 00:10:17 +02:00
|
|
|
editor = nvim
|
|
|
|
pager = delta
|
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^
|