Browse Source

Add --no-track to mfnew git script

pull/1/head
Scott Lahteine 6 years ago
parent
commit
72c15a5cc9
  1. 2
      buildroot/share/git/mfnew

2
buildroot/share/git/mfnew

@ -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