From 0e8d47a030a870510d584f132341e0abf0e4741d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 Jul 2021 21:46:36 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=8E=2007-14=2021:46?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd.sh b/jd.sh index 0ce0c72..a3a052c 100755 --- a/jd.sh +++ b/jd.sh @@ -762,7 +762,7 @@ git_pull_scripts() { git fetch --all exit_status=$? git reset --hard $branch - git pull + #git pull --allow-unrelated-histories cd $dir_current }