The master is in the form of
http://github.company.com/ourorg/ourproject.git
I have created a FORK
from it by clicking on the Fork button and my FORK looks like this:
http://github.company.com/My_User_Name/ourproject.git
Now my goal and question is how to keep my REMOTE FORK in Sync with REMOTE MASTER that I forked from? BUT I do NOT want to Sync the remote fork in to remote master, I only want to sync remote master with my remote fork
If I run a git remote -v
command this is what I have so far:
origin http://github.company.com/My_User_Name/ourpeoject.git (fetch)
origin http://github.company.com/My_User_Name/ourpeoject.git (push)
upstream http://github.company.com/ourorg/ourpeoject.git (fetch)
upstream http://github.company.com/ourorg/ourpeoject.git (push)