사용법
$ git remote -v
$ git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
$ git remote -v
$ git fetch upstream
$ git merge upstream/master
$ git push
$ git push --tags
2016년 3월 10일 Git, Github 373 comments Git, Github
$ git remote -v
$ git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
$ git remote -v
$ git fetch upstream
$ git merge upstream/master
$ git push
$ git push --tags