git set new upstream repo code example
Example 1: git set upstream repository
$ git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
Example 2: add upstream branch git
git remote add upstream [email protected]:some-gatekeeper-maintainer/some-project.git