To be done once: add our project repo as an extra remote called upstream
.
# HTTPS OPTION
$ git remote add upstream https://github.com/ucll-internet-programming-major/ip_major_project_1920.git
# SSH OPTION
$ git remote add upstream [email protected]:ucll-internet-programming-major/ip_major_project_1920.git
To be done at each update:
$ git pull upstream master
To be notified of updates, register as watcher here.