How to switch a remote repository to a different branch
Below is my method to switch and work for a remote branch of a Git repository. Have a look for all the branches first, just input following command in the terminal: git branch –all And then you will see the all the branches on local and remote. Something like this: *master remotes/origin/develop remotes/origin/master remotes/origin/web remotes/origin/app … Read more