Tweak git helper scripts

This commit is contained in:
Scott Lahteine 2017-05-05 00:46:39 -05:00
parent 771f42744a
commit d0480c15ef
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