added additional git configuration
This commit is contained in:
parent
3f42197bad
commit
04e07fe91c
1 changed files with 1 additions and 0 deletions
|
@ -13,3 +13,4 @@ def setup():
|
||||||
system('git config --global user.name "developomp"')
|
system('git config --global user.name "developomp"')
|
||||||
system("git config --global pull.rebase false")
|
system("git config --global pull.rebase false")
|
||||||
system("git config --global init.defaultBranch master")
|
system("git config --global init.defaultBranch master")
|
||||||
|
system("git config --global credential.helper store")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue