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 }