Reputation: 2056
I want to To checkout branch which not exists locally but is in the remote repo
>git checkout -t -b master origin/master
fatal: A branch named 'master' already exists.
and when I browse the git project using a browser I only see a develop branch
Upvotes: 5
Views: 31802