How to checkout a remote Git branch
[ad_1] fatmawati achmad zaenuri/Shutterstock.com To check out a branch from a remote repository, use the ‘git fetch’ command and then ‘git branch -r’ to list the remote branches. Choose the branch you need and use a command of the form ‘git checkout -b new-branch-name origin/remote-branch-name’. If you use multiple repositories, change the ‘origin’ part of … Read more