Update and retab gitconfig
This commit is contained in:
parent
24aa6b6764
commit
9d0fa95027
1 changed files with 10 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue