깃허브에서 포크한 저장소에 원본저장소 내용을
업데이트 하려고 찾아보다가 잘 정리해두신 분꺼 보고 기록
$ git clone https://github.com/soyoung-dev/ECO100.git .
$ cd /c/Programming/eco
$ git remote -v
$ git remote add upstream https://github.com/shyunju7/ECO100.git
$ git remote -v
$ git fetch upstream
$ git merge upstream/master
$ git push