更新于 07-14 21:46

This commit is contained in:
root
2021-07-14 21:46:36 -04:00
parent 9cac97a954
commit 0e8d47a030

2
jd.sh
View File

@@ -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
}