Add gitconfig file

This commit is contained in:
askiiart 2024-09-23 10:13:54 -05:00
parent f11647376f
commit cb2c0512d3
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

16
gitconfig Normal file
View file

@ -0,0 +1,16 @@
[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