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]
|
||||
excludesfile = /home/vladan/.gitignore_global
|
||||
[credential]
|
||||
helper = store
|
||||
helper = store --file /home/vladan/.git-credentials
|
||||
helper = cache --timeout 30000
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[daemon]
|
||||
receivepack=true
|
||||
|
|
Loading…
Add table
Reference in a new issue