You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Add remote from original repository in your forked repository:
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
3. Updating your fork from original repo to keep up with their changes:
git pull upstream master
Adding syncing through the web interface:
* Get the URL for the master repository
* Nex to the green button at the top click the button "branch master" button with the drop down.
* Insert the URL of the master respoitory in the input box provided and hit enter
* Now whenever there is an update to the master repository you will see a notification and you can pull the updates to either merge them or overwrite your repository