what is an upstream in git code example
Example 1: add upstream branch git
git remote add upstream [email protected]:some-gatekeeper-maintainer/some-project.git
Example 2: check upstream
git remote show origin
git remote add upstream [email protected]:some-gatekeeper-maintainer/some-project.git
git remote show origin