how to add 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: git remote add upstream
git remote add upstream GIT_DIR
git remote add upstream [email protected]:some-gatekeeper-maintainer/some-project.git
git remote add upstream GIT_DIR