I am working on a new project and would like to start with the seed project I found on GitHub.
I cloned the seed project locally, now it shows 1 remote branch when I execute the command:
git remote -v
However, I would like to add a new pool to this repo and make all my changes or change the source code of this new repo, which is a private repo.
After adding a new remote, now I can see 2 remotes in the repo.
How can I switch between two remotes?
I don’t think that commands like this git checkoutwill work when working with two branches from two different remotes.
source
share