bonfire/config/git/config
L-Nafaryus 831e14600f
a new beginning
new: nixosConfigurations: astora new: nixosModules: bonfire
2023-12-15 12:40:04 +05:00

32 lines
716 B
Plaintext

[user]
name = L-Nafaryus
email = l.nafaryus@gmail.com
signingKey = C76D8DCD2727DBB7
[commit]
gpgsign = true
[tag]
gpgsign = true
[init]
defaultBranch = master
[diff]
submodule = log
[color]
diff = auto
status = auto
branch = auto
[core]
quotePath = false
commitGraph = true
whitespace = trailing-space
[receive]
advertisePushOptions = true
[gc]
writeCommitGraph = true
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process