mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +08:00
更新git pull参数
This commit is contained in:
parent
384e3f09da
commit
6f2e7b9459
|
@ -324,7 +324,7 @@ git_pull_scripts() {
|
||||||
set_proxy
|
set_proxy
|
||||||
git fetch --all
|
git fetch --all
|
||||||
exit_status=$?
|
exit_status=$?
|
||||||
git pull
|
git pull --allow-unrelated-histories
|
||||||
unset_proxy
|
unset_proxy
|
||||||
|
|
||||||
cd $dir_current
|
cd $dir_current
|
||||||
|
|
Loading…
Reference in New Issue
Block a user