...
If there is a remote branch that you want to add to your local repository, use the command:
git checkout -b branchname -track origin/branchname
Get updates
...
...
If there is a remote branch that you want to add to your local repository, use the command:
git checkout -b branchname -track origin/branchname
...