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