Wednesday, May 13, 2015

github: sync with upstream

https://help.github.com/articles/fork-a-repo/
https://help.github.com/articles/syncing-a-fork/
https://help.github.com/articles/configuring-a-remote-for-a-fork/


$ git remote add upstream ...
$ git pull upstream
$ git merge upstream/master

[Note] git remote -v

No comments:

Related Posts Plugin for WordPress, Blogger...