Add --no-track to mfnew git script

2.0.x
Scott Lahteine 7 years ago
parent dca69efc11
commit 72c15a5cc9

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

Loading…
Cancel
Save