This commit is contained in:
Michael Stanclift 2020-05-30 22:37:36 -05:00
parent df42d91c8b
commit 5055366bc2

View File

@ -115,6 +115,7 @@ function update_gs {
echo_warn echo_warn
exit_nochange exit_nochange
elif [ $GIT_CHECK == "HEAD" ] elif [ $GIT_CHECK == "HEAD" ]
then
git fetch --all git fetch --all
git reset --hard origin/${BRANCH} git reset --hard origin/${BRANCH}
else else