push upstream branch code example
Example 1: git push set upstream
git push --set-upstream origin <branch>
Example 2: add upstream branch git
git remote add upstream [email protected]:some-gatekeeper-maintainer/some-project.git
git push --set-upstream origin <branch>
git remote add upstream [email protected]:some-gatekeeper-maintainer/some-project.git