Revision: f6d370e9c866
Author: nogu.dev <[email protected]>
Date: Fri Mar 9 18:51:07 2012
Log: * DevelopUim.wiki
- Minor fixes.
http://code.google.com/p/uim/source/detail?r=f6d370e9c866&repo=wiki
Modified:
/DevelopUim.wiki
=======================================
--- /DevelopUim.wiki Fri Mar 9 18:32:08 2012
+++ /DevelopUim.wiki Fri Mar 9 18:51:07 2012
@@ -103,12 +103,12 @@
$ git am patch-by-contributor.patch
}}}
-== Push a change which was pushed to another branch ==
-You can push a change to the master branch which was pushed to a stable
branch and vice versa:
+== Copy a commit from a branch to another ==
+You can commit a change to the master branch which was committed to a
stable branch and vice versa:
{{{
$ 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 committed to one branch and will be
committed 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: