]> source.dussan.org Git - jquery-ui.git/commitdiff
README: Fixed code samples to be (markdown) indented properly with 4 spaces instead...
authorRichard D. Worth <rdworth@gmail.com>
Tue, 24 May 2011 14:43:44 +0000 (07:43 -0700)
committerRichard D. Worth <rdworth@gmail.com>
Tue, 24 May 2011 14:43:44 +0000 (07:43 -0700)
README.md

index ace5fe2deff713d225242e5cd864cba06b73164e..547f2886b52f3f917c197277872709aae2321d4e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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]