Fix up git helper scripts

This commit is contained in:
Scott Lahteine
2017-11-28 19:01:47 -06:00
parent 1f2acc33bc
commit eede8679e7
2 changed files with 22 additions and 12 deletions

View File

@ -38,6 +38,8 @@ if [[ $BRANCH != $TARG ]]; then
else
echo "No such branch!"
fi
else
git reset --hard upstream/$TARG
fi
echo