Browse Source

More explicit firstpush

Scott Lahteine 4 years ago
parent
commit
76efba686b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/git/firstpush

+ 1
- 1
buildroot/share/git/firstpush View File

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

Loading…
Cancel
Save