how to add remote upstream in git code example
Example 1: setting the upstream for a fork github
git remote add upstream https://thehttpslinkgoeshere.git
Example 2: how to check upstream git
$ git branch -vv
main aaf02f0 [main/master: ahead 25] Some other commit
* master add0a03 [jdsumsion/master] Some commit