Commit 7fb166ab by wang.kaijie

sw barnch master to git flow init and branch back

parent a38f351f
......@@ -59,10 +59,10 @@
$ git clone git@git.hezuo.tk:tech/gitlevel.git
```
切换到 `develop` 分支
切换到 `master` 分支
```console
$ git checkout -b develop origin/develop
$ git checkout -b master origin/master
```
并在项目根目录运行
......@@ -71,6 +71,12 @@
$ git flow init
```
切回develop
```console
$ git checkout develop
```
2. 开始一个新任务
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment