瀏覽代碼

Add --no-track to mfnew git script

Scott Lahteine 6 年之前
父節點
當前提交
72c15a5cc9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      buildroot/share/git/mfnew

+ 1
- 1
buildroot/share/git/mfnew 查看文件

@@ -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…
取消
儲存