Skip to content

Instantly share code, notes, and snippets.

@dlbewley
Last active October 4, 2015 18:32
Show Gist options
  • Save dlbewley/a062df2612fb1e4b7e5f to your computer and use it in GitHub Desktop.
Save dlbewley/a062df2612fb1e4b7e5f to your computer and use it in GitHub Desktop.
Update github fork with upstream changes in original repo

How do I get changes from Sean's sweet repo?

git remote add upstream git@github.com:SeanPlusPlus/WebDevTemplates.git
git fetch upstream
git checkout master
git merge upstream/master

Beware of conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment