2024-05-14 00:18:48 +02:00
|
|
|
[user]
|
|
|
|
name = Snoweuph
|
2024-10-14 21:41:33 +02:00
|
|
|
email = snow+git@euph.email
|
2024-10-18 18:05:03 +02:00
|
|
|
signingkey = 99ED4727EFBFF719
|
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]
|
2024-11-23 17:09:49 +01:00
|
|
|
adog ="!git-graph --model=trunk --color=always | LESS='-R' less"
|
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-12-15 06:35:40 +01:00
|
|
|
unstage = "restore --staged"
|