Revision: a640e8682802 Author: nogu.dev <[email protected]> Date: Sun Mar 4 04:26:24 2012 Log: * DevelopUim.wiki - Add description on pushing changes. http://code.google.com/p/uim/source/detail?r=a640e8682802&repo=wiki
Modified: /DevelopUim.wiki ======================================= --- /DevelopUim.wiki Sat Mar 3 22:06:51 2012 +++ /DevelopUim.wiki Sun Mar 4 04:26:24 2012 @@ -91,3 +91,11 @@ $ git push github baz }}} where _baz_ is a topic branch. ++Before pushing your changes into the uim repository, merge the changes into a branch in your local repository and rebase the branch:
+{{{
+$ git checkout master
+$ git merge baz
+$ git rebase master
+$ git push origin master
+}}}
