radix/files/git/config

27 lines
508 B
Plaintext
Raw Normal View History

2023-08-06 02:30:22 +00:00
[user]
email = anemofilia@disroot.org
name = anemofilia
2023-10-21 00:47:29 +00:00
signingkey = F164709E5FC7B32BAEC79F371F2E76ACE3F531C8
2023-08-06 02:30:22 +00:00
[color]
ui = true
[core]
editor = kak
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[init]
defaultBranch = main
[usern]
name = anemofilia
[alias]
see = log --graph --all --oneline
last = log -1 HEAD
unstage = reset HEAD
root = rev-parse --show-toplevel
2023-08-06 02:30:22 +00:00
[credential]
helper = cache
[commit]
2023-08-09 20:20:49 +00:00
gpgsign = true