Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

You can push current branch with command

git push origin HEAD 

(took from herehere)

You can push current branch with command

git push origin HEAD 

(took from here)

You can push current branch with command

git push origin HEAD 

(took from here)

Source Link
Andriy F.
  • 2.5k
  • 1
  • 26
  • 23

You can push current branch with command

git push origin HEAD 

(took from here)