Skip to content

Instantly share code, notes, and snippets.

@gep13
Created March 5, 2014 20:12
Show Gist options
  • Save gep13/9375623 to your computer and use it in GitHub Desktop.
Save gep13/9375623 to your computer and use it in GitHub Desktop.
Accepting a pull request
Here is the process that I have followed:
git remote add TomOne https://github.com/TomOne/chocolatey.org.git
git fetch TomOne
git checkout -b PR61 TomOne/owner-to-maintainer
git rebase master
Now I checked thoroughly through the changes to make sure that everything was ok.
git checkout master
git merge --no-ff PR61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment