mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-17 23:18:34 +00:00
Add --no-track to mfnew git script
This commit is contained in:
parent
dca69efc11
commit
72c15a5cc9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue