Skip to content

Instantly share code, notes, and snippets.

@jacobo
Last active December 19, 2015 00:39
Show Gist options
  • Select an option

  • Save jacobo/5870675 to your computer and use it in GitHub Desktop.

Select an option

Save jacobo/5870675 to your computer and use it in GitHub Desktop.
There should be a button in github UI for doing this...
git remote add upstream https://github.com/resque/resque.git
git fetch upstream
git checkout master
git merge upstream/master
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment