1 2 3 4 5 |
git fetch origin git branch -v -a git checkout -b test origin/test |
Reference:
https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch
1 2 3 4 5 |
git fetch origin git branch -v -a git checkout -b test origin/test |
Reference:
https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch