Thursday 8 August 2013

Created git brach with same name as one on remote

Created git brach with same name as one on remote

I created a new branch called 'table' in git, but I didn't run 'git fetch
origin' before creating it.
It turns out someone created a branch called 'table' before I did.
How can I delete the one I created and checkout theirs?

No comments:

Post a Comment