ソースを参照

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

読み込み中…
キャンセル
保存