Add gitconfig file
This commit is contained in:
parent
f11647376f
commit
cb2c0512d3
1 changed files with 16 additions and 0 deletions
16
gitconfig
Normal file
16
gitconfig
Normal 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
|
Loading…
Reference in a new issue