瀏覽代碼

More explicit firstpush

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

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

@@ -14,7 +14,7 @@ FORK=${INFO[1]}
14 14
 REPO=${INFO[2]}
15 15
 BRANCH=${INFO[5]}
16 16
 
17
-git push --set-upstream origin $BRANCH
17
+git push --set-upstream origin HEAD:$BRANCH
18 18
 
19 19
 which xdg-open >/dev/null && TOOL=xdg-open
20 20
 which gnome-open >/dev/null && TOOL=gnome-open

Loading…
取消
儲存