Fix up git helper scripts

This commit is contained in:
Scott Lahteine
2017-11-28 19:03:35 -06:00
parent ea87cd975d
commit a6d39b7192
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