1
0
Fork 0

added additional git configuration

This commit is contained in:
Kim, Jimin 2022-05-04 23:33:12 +09:00
parent 3f42197bad
commit 04e07fe91c

View file

@ -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")