git remote -v
git remote add upstream [레포지토리 저장소 url] git remote -v
git pull upstream master
git fetch upstream git push origin master