Created
March 5, 2014 20:12
-
-
Save gep13/9375623 to your computer and use it in GitHub Desktop.
Accepting a pull request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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