Revision: 151826b41c91
Author:   nogu.dev <[email protected]>
Date:     Sun Apr  8 04:01:57 2012
Log:      Update DevelopUim.wiki.

* DevelopUim.wiki
  - Update section "Copying a commit from a branch to another".
http://code.google.com/p/uim/source/detail?r=151826b41c91&repo=wiki

Modified:
 /DevelopUim.wiki

=======================================
--- /DevelopUim.wiki    Mon Mar 12 08:03:08 2012
+++ /DevelopUim.wiki    Sun Apr  8 04:01:57 2012
@@ -106,7 +106,7 @@
 === Copying 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
+$ git cherry-pick abcde
 }}}
where _abcde_ is the change which was committed to one branch and will be committed to another branch.

Reply via email to