Add --no-track to mfnew git script

This commit is contained in:
Scott Lahteine 2018-04-08 06:52:29 -05:00
parent dca69efc11
commit 72c15a5cc9

View file

@ -31,4 +31,4 @@ case "$#" in
esac
git fetch upstream
git checkout upstream/$TARG -b $BRANCH
git checkout --no-track upstream/$TARG -b $BRANCH