From 6f2e7b9459b9a959d8eee38f843a360a2d2b9c5d Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 7 Mar 2022 23:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0git=20pull=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/share.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/share.sh b/shell/share.sh index b75a30dc..ec1109f2 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -324,7 +324,7 @@ git_pull_scripts() { set_proxy git fetch --all exit_status=$? - git pull + git pull --allow-unrelated-histories unset_proxy cd $dir_current