Revision: d8a28ae1ed80
Author:   nogu.dev <[email protected]>
Date:     Fri Mar  9 18:28:30 2012
Log:      * DevelopUim.wiki
  - cosmetic changes.
http://code.google.com/p/uim/source/detail?r=d8a28ae1ed80&repo=wiki

Modified:
 /DevelopUim.wiki

=======================================
--- /DevelopUim.wiki    Fri Mar  9 18:19:31 2012
+++ /DevelopUim.wiki    Fri Mar  9 18:28:30 2012
@@ -90,14 +90,15 @@
 }}}

 == Apply a patch by a contributor ==
-If you are a committer and you want to apply a patch by a contributor to the uim repository, you can use `git apply' or `git am'.
-
-If the patch was generated by `git diff' or `diff', use the former:
+If you are a committer and you want to apply a patch by a contributor to the uim repository, you can use `git apply` or `git am`.
+
+If the patch was generated by `git diff` or `diff`, use the former:
 {{{
 $ git apply patch-by-contributor.patch
 }}}
-
-If the patch was generated by `git format-patch', use the latter:
+where _patch-by-contributor.patch_ is a patch by a contributor.
+
+If the patch was generated by `git format-patch`, use the latter:
 {{{
 $ git am patch-by-contributor.patch
 }}}
@@ -107,7 +108,7 @@
 {{{
 $ git cherry-pick -e -x abcde
 }}}
-where `abcde' is the change which was pushed to one branch and will be pushed to another branch. +where _abcde_ is the change which was pushed to one branch and will be pushed to another branch.

 == Use an external repository ==
You can create an external repository outside Google Code. If you want to create your external repository in GitHub, the operation will be as follows:

Reply via email to