Update and retab gitconfig
This commit is contained in:
parent
24aa6b6764
commit
9d0fa95027
1 changed files with 10 additions and 5 deletions
15
.gitconfig
15
.gitconfig
|
@ -1,9 +1,14 @@
|
||||||
[user]
|
[user]
|
||||||
email = vladanovic@gmail.com
|
email = vladanovic@gmail.com
|
||||||
name = Vladan Popovic
|
name = Vladan Popovic
|
||||||
[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