$ git remote -v $ git remote add upstream [원격 저장소 주소]
$ git fetch upstream main # fetch $ git pull upstream main # pull
[참고링크]