Update and retab gitconfig

This commit is contained in:
Vladan Popovic 2021-06-17 10:03:47 +02:00
parent 24aa6b6764
commit 9d0fa95027
1 changed files with 10 additions and 5 deletions

View File

@ -4,6 +4,11 @@
[core] [core]
excludesfile = /home/vladan/.gitignore_global excludesfile = /home/vladan/.gitignore_global
[credential] [credential]
helper = store helper = store --file /home/vladan/.git-credentials
helper = cache --timeout 30000
[pull] [pull]
rebase = true rebase = true
[init]
defaultBranch = main
[daemon]
receivepack=true