Do this once:
git remote add upstream git_url_source_of_fork
Then do this every time to sync up:
git fetch upstream git merge upstream/master
Sources:
No comments:
Post a Comment