Branch 'staging' set up to track remote branch 'staging' from 'origin'. code example
Example 1: git local branch track remote
git branch --set-upstream foo upstream/foo
Example 2: git local branch track remote
git branch --set-upstream-to=upstream/foo
git branch --set-upstream-to=upstream/foo foo