Tagged Questions

1
vote
5answers
816 views

Git checkout on a remote branch does not work.

My problem is related to: http://stackoverflow.com/questions/180064/fatal-git-error-when-switching-branch I try to fetch a remote branch with the command git checkout -b local-name …
5
votes
2answers
625 views

How do you Remove an Invalid Remote Branch Reference from Git?

In my current repo I have the following output: $ git branch -a * master remotes/origin/master remotes/public/master I want to delete 'remotes/public/master' from the branch list: $ git branch …