Commit feaddcea authored by tywldx's avatar tywldx

fix

parent 242deac8
...@@ -38,6 +38,7 @@ if [ -n "$project_folder" ];then ...@@ -38,6 +38,7 @@ if [ -n "$project_folder" ];then
echo "current branch: $git_branch" echo "current branch: $git_branch"
# git pull # git pull
fi fi
git fetch -p
echo "git reset FETCH_HEAD --hard" echo "git reset FETCH_HEAD --hard"
git reset FETCH_HEAD --hard git reset FETCH_HEAD --hard
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment