Can’t Checkout Branches After Cloning Repo?

Can’t Checkout Branches After Cloning Repo? git clone downloads all remote branches but still considers them “remote”, even though the files are located in your new repository. There’s one exception to this, which is that the cloning process creates a local branch called “master” from the remote branch called “master”. How do I force checkout