Commit 7fb166ab by wang.kaijie

sw barnch master to git flow init and branch back

parent a38f351f
...@@ -59,10 +59,10 @@ ...@@ -59,10 +59,10 @@
$ git clone git@git.hezuo.tk:tech/gitlevel.git $ git clone git@git.hezuo.tk:tech/gitlevel.git
``` ```
切换到 `develop` 分支 切换到 `master` 分支
```console ```console
$ git checkout -b develop origin/develop $ git checkout -b master origin/master
``` ```
并在项目根目录运行 并在项目根目录运行
...@@ -71,7 +71,13 @@ ...@@ -71,7 +71,13 @@
$ git flow init $ git flow init
``` ```
2. 开始一个新任务 切回develop
```console
$ git checkout develop
```
2. 开始一个新任务
``` ```
$ git flow feature start your.name $ git flow feature start your.name
......
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