From 76efba686be1eaf3631f76e7bbd11d4457eab55b Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Wed, 22 Apr 2020 19:38:10 -0500
Subject: [PATCH] More explicit firstpush

---
 buildroot/share/git/firstpush | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildroot/share/git/firstpush b/buildroot/share/git/firstpush
index 132795b617..644ff670a1 100755
--- a/buildroot/share/git/firstpush
+++ b/buildroot/share/git/firstpush
@@ -14,7 +14,7 @@ FORK=${INFO[1]}
 REPO=${INFO[2]}
 BRANCH=${INFO[5]}
 
-git push --set-upstream origin $BRANCH
+git push --set-upstream origin HEAD:$BRANCH
 
 which xdg-open >/dev/null && TOOL=xdg-open
 which gnome-open >/dev/null && TOOL=gnome-open