0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 07:29:33 +00:00

Add --no-track in mfnew git script

This commit is contained in:
Scott Lahteine 2018-04-08 06:51:30 -05:00
parent 56b5fb5e15
commit 4d297dd562

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