create remote git branch
git push origin origin:refs/heads/new_branch git fetch origin git checkout --track -b new_branch origin/new_branch
I always forget this. I need a nice post-it for it.
Short URL for this post: http://tumblr.com/Zi0jYy5WjDC
git push origin origin:refs/heads/new_branch git fetch origin git checkout --track -b new_branch origin/new_branch