git set local branch to track remote code example
Example 1: git local branch track remote
git branch --set-upstream foo upstream/foo
Example 2: git set remote tracking branch
git branch -u upstream/foo
git branch --set-upstream foo upstream/foo
git branch -u upstream/foo