I have a local Git repo that I would like to push to a new remote repo (brand new repo set up on Beanstalk, if that matters).
My local repo has a few branches and tags, and I would like to keep all of my history.
It looks like I basically just need to do a git push
, but that only uploads the master
branch.
How do I push everything so I get a full replica of my local repo on the remote?