Add --no-track in mfnew git script
This commit is contained in:
parent
56b5fb5e15
commit
4d297dd562
@ -31,4 +31,4 @@ case "$#" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git checkout upstream/$TARG -b $BRANCH
|
git checkout --no-track upstream/$TARG -b $BRANCH
|
||||||
|
Loading…
Reference in New Issue
Block a user