diff --git a/index.zh_CN.html b/index.zh_CN.html
new file mode 100644
index 0000000..4b4d9aa
--- /dev/null
+++ b/index.zh_CN.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+
git-flow 备忘清单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From c7c6c3be7e641c41cec221843f72095688a117c8 Mon Sep 17 00:00:00 2001
From: gelosie
Date: Thu, 14 Mar 2013 14:38:44 +0800
Subject: [PATCH 004/106] translation of simplified chinese
---
index.html | 3 +-
index.zh_CN.html | 348 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 350 insertions(+), 1 deletion(-)
create mode 100644 index.zh_CN.html
diff --git a/index.html b/index.html
index 747ec8c..e744fa0 100644
--- a/index.html
+++ b/index.html
@@ -46,7 +46,8 @@
}(document, "script", "twitter-wjs");
efficient branching using git-flow by Vincent Driessen
- translations: English - Brazilian Portugues
+ translations: English - Brazilian Portugues
+ English -> 简体中文(Simplified Chinese)
diff --git a/index.zh_CN.html b/index.zh_CN.html
new file mode 100644
index 0000000..fc59af9
--- /dev/null
+++ b/index.zh_CN.html
@@ -0,0 +1,348 @@
+
+
+
+
+
+
git-flow 备忘清单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
comments powered by
+
+
+
\ No newline at end of file
From 4c8c67de2ef1ed12d443aab46a557b9ac17d0643 Mon Sep 17 00:00:00 2001
From: gelosie
Date: Thu, 14 Mar 2013 14:51:54 +0800
Subject: [PATCH 005/106] fix with markdown syntax
---
README.md | 40 +++++++++++++++++++++++++++++-----------
1 file changed, 29 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 831e08f..0706496 100644
--- a/README.md
+++ b/README.md
@@ -6,26 +6,35 @@ A cheatsheet on the usage of git flow, visit http://danielkummer.github.com/git-
GIT FLOW
========
-Git extensions to provide high-level repository operations for Vincent
-Driessen's branching model. — Read more:
-http://nvie.com/posts/a-successful-git-branching-model/
+Git extensions to provide high-level repository operations for Vincent Driessen's branching model. [Read more](http://nvie.com/posts/a-successful-git-branching-model/)
+
INIT:
+
+```
$ git flow init
+```
-TRACK DEVELOP REMOTELY ON GITHUB:
+#### TRACK DEVELOP REMOTELY ON GITHUB:
+
+
+```
$ git push origin develop
+```
+
+**FEATURES:**
-FEATURES:
Use to develop new features starting from the develop branch. Merge back into
develop branch waiting for a reasonable amount of features to be there before
declaring it a release.
+
+```
$ git flow feature
$ git flow feature start
$ git flow feature finish
+```
-
-
+```
usage: git flow feature [list] [-v]
git flow feature start [-F] []
git flow feature finish [-rFk]
@@ -35,33 +44,42 @@ usage: git flow feature [list] [-v]
git flow feature rebase [-i] []
git flow feature checkout []
git flow feature pull []
+```
+**RELEASES:**
-RELEASES:
Use to group together latest development (features) add a few finishing touches
if necessary and send to production. All last changes will merge back to master
and develop so new features will start from current release.
+
+```
$ git flow release
$ git flow release start []
$ git flow release finish
-
+```
+```
usage: git flow release [list] [-v]
git flow release start [-F]
git flow release finish [-Fsumpk]
git flow release publish
git flow release track
+```
+**HOTFIXES:**
-HOTFIXES:
Similar to releases but the hotfix branch starts off master to avoid unvoluntary
send to production of unwanted features that my be present in branches. The
quick fix must be used when an important bug arises in production which must be
fixed and can't wait for other features to be ready. It merges back to master
and develop.
+
+```
$ git flow hotfix
$ git flow hotfix start []
$ git flow hotfix finish
-
+```
+```
usage: git flow hotfix [list] [-v]
git flow hotfix start [-F] []
git flow hotfix finish [-Fsumpk]
+```
From 929ec6e1d2e0f1184a6d0b247a14c93f420779cf Mon Sep 17 00:00:00 2001
From: gelosie
Date: Thu, 14 Mar 2013 14:55:09 +0800
Subject: [PATCH 006/106] fix
---
index.zh_CN.html | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/index.zh_CN.html b/index.zh_CN.html
index 899c5c5..fc59af9 100644
--- a/index.zh_CN.html
+++ b/index.zh_CN.html
@@ -9,11 +9,6 @@
-<<<<<<< HEAD
-=======
-
->>>>>>> 4e5eec3d2b45990c9662239372e8806d3d0866b8
@@ -336,10 +327,6 @@
-<<<<<<< HEAD
-=======
-
->>>>>>> 4e5eec3d2b45990c9662239372e8806d3d0866b8