dotfiles/gitconfig
2024-09-23 10:13:54 -05:00

16 lines
391 B
Text

[user]
name = askiiart
email = dev@askiiart.net
signingKey = 0x858969DCCC2E792D
[commit]
gpgsign = true
[init]
defaultbranch = main
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[color]
branch = auto
diff = auto
interactive = auto
status = auto