Skip to content

Commit fa7f6bf

Browse files
committed
Tweak git-new-branch
1 parent 112739a commit fa7f6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-new-branch.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo New branch will be created under the name %gbn%
1515
pause
1616
echo.
1717

18-
git push origin origin:refs/heads/%gbn%
18+
git push origin HEAD:refs/heads/%gbn%
1919

2020
echo.
2121

0 commit comments

Comments
 (0)