Tweak git helper scripts

This commit is contained in:
Scott Lahteine
2017-05-05 00:46:39 -05:00
parent 6876e79d42
commit d14b068147
5 changed files with 104 additions and 21 deletions

View File

@ -15,4 +15,5 @@ case "$#" in
* ) echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1 ;;
esac
git checkout $TARG -b $BRANCH
git fetch upstream
git checkout upstream/$TARG -b $BRANCH