From ab69df2f12af1615d2daaba3c781224e3eba3c07 Mon Sep 17 00:00:00 2001 From: Vinllen Chen Date: Mon, 4 Mar 2019 11:41:44 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0bbd6a..be5e5ae 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Version rules: a.b.c. | branch name | rules | | - | :- | | master | master branch, do not allowed push code. store the latest stable version. develop branch will merge into this branch once new version created.| -| develop | develop branch. all the bellowing branches fork from this. | +| **develop**(main branch) | develop branch. all the bellowing branches fork from this. | | feature-\* | new feature branch. forked from develop branch and then merge back after finish developing, testing, and code review. | | bugfix-\* | bugfix branch. forked from develop branch and then merge back after finish developing, testing, and code review. | | improve-\* | improvement branch. forked from develop branch and then merge back after finish developing, testing, and code review. |