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