git make local branch track remote code example
Example 1: create local branch to track remote
git checkout --track origin/some_remote_branch
Example 2: git local branch track remote
git branch --set-upstream-to=upstream/foo
git branch --set-upstream-to=upstream/foo foo