.gitconfig: split up into included files

This commit is contained in:
Lexi / Zoe 2021-03-16 11:35:54 +01:00
parent e7b81669dd
commit 3dcd8106cd
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 36 additions and 23 deletions

View file

@ -0,0 +1,20 @@
[init]
defaultBranch = main
[pull]
ff = only
[pager]
branch = false
config = false
stash = false
[diff]
tool = vimdiff
guitool = gvimdiff
[diff "ansible-vault"]
textconv = ansible-vault view
[alias]
graph = log --all --graph --decorate --oneline