git checkout branch track remote code example
Example 1: git local branch track remote
git branch --set-upstream foo upstream/foo
Example 2: git get remote branch
git fetch
git checkout test
Example 3: git local branch track remote
git branch -u upstream/foo