The way `git checkout` is currently done may not work on repos with multiple remotes. [Link](https://stackoverflow.com/questions/5989592/git-cannot-checkout-branch-error-pathspec-did-not-match-any-files-kn#comment38395576_7334027) A mechanism to handle multiple remotes could be implemented.
The way
git checkoutis currently done may not work on repos with multiple remotes.Link
A mechanism to handle multiple remotes could be implemented.