File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2473,9 +2473,10 @@ function configUserGIT()
2473
2473
checkNonEmptyString " ${gitUserName} " ' undefined git user name'
2474
2474
checkNonEmptyString " ${gitUserEmail} " ' undefined git user email'
2475
2475
2476
- su -l " ${userLogin} " -c " git config --global user.name '${gitUserName} '"
2477
- su -l " ${userLogin} " -c " git config --global user.email '${gitUserEmail} '"
2476
+ su -l " ${userLogin} " -c ' git config --global pull.rebase false'
2478
2477
su -l " ${userLogin} " -c ' git config --global push.default simple'
2478
+ su -l " ${userLogin} " -c " git config --global user.email '${gitUserEmail} '"
2479
+ su -l " ${userLogin} " -c " git config --global user.name '${gitUserName} '"
2479
2480
2480
2481
info " $( su -l " ${userLogin} " -c ' git config --list' ) "
2481
2482
}
You can’t perform that action at this time.
0 commit comments