Revision: b7889310ec27
Author: nogu.dev <[email protected]>
Date: Sun Feb 26 02:15:23 2012
Log: * DevelopUim.wiki
- Add graph.
http://code.google.com/p/uim/source/detail?r=b7889310ec27&repo=wiki
Modified:
/DevelopUim.wiki
=======================================
--- /DevelopUim.wiki Sun Feb 26 02:03:38 2012
+++ /DevelopUim.wiki Sun Feb 26 02:15:23 2012
@@ -4,8 +4,14 @@
This page describes how to develop and contribute uim with Git. The
intended audience of this page includes not only the uim committers but
also non-committers.
-= Details =
-
+= Work flow =
+{{{
++----------------+ +------------------+
+-------------+
+| | ---git clone--> | | ---git clone--->
| |
+| uim repository | | local repository | |
source tree |
+| | <--git push---- | | <--git commit---
| |
++----------------+ +------------------+
+-------------+
+}}}
== Clone the uim repository ==
To develop uim, create your local repository from the uim repository and
move to the source tree in your local repository:
{{{