Push local git branch to server

written by justin on June 19th, 2009 @ 04:47 PM

I always forget how to do this

git push origin <new_branch_name>:refs/heads/<new_branch_name>

Post a comment