Procházet zdrojové kódy

Add --no-track to mfnew git script

Scott Lahteine před 7 roky
rodič
revize
72c15a5cc9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      buildroot/share/git/mfnew

+ 1
- 1
buildroot/share/git/mfnew Zobrazit soubor

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

Loading…
Zrušit
Uložit