Skip to content

Commit

Permalink
README: Fixed code samples to be (markdown) indented properly with 4 …
Browse files Browse the repository at this point in the history
…spaces instead of 2.
  • Loading branch information
rdworth committed May 24, 2011
1 parent 237bbc5 commit 63b89b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ When looking at pull requests, first check for [proper commit messages](http://w

Unless everything is fine and you can merge directly via GitHub's interface, fetch the remote first:

git remote add [username] [his-fork.git] -f
git remote add [username] [his-fork.git] -f

If you want just one commit and edit the commit message:

git cherry-pick -e [sha-of-commit]
git cherry-pick -e [sha-of-commit]

If it should go to the stable brach, cherry-pick it to stable:

git checkout 1-8-stable
git cherry-pick -x [sha-of-commit]
git checkout 1-8-stable
git cherry-pick -x [sha-of-commit]

0 comments on commit 63b89b7

Please sign in to comment.