Update fe_guide/index.md to use readable ascii tree
This commit is contained in:
parent
67312fceaa
commit
1f9c701cc2
1 changed files with 5 additions and 9 deletions
|
@ -45,15 +45,11 @@ should be `new-feature`.
|
|||
branch from `new-feature`, let's call it `new-feature-step-2` and repeat the process done before.
|
||||
|
||||
```shell
|
||||
* master
|
||||
|\
|
||||
| * new-feature
|
||||
| |\
|
||||
| | * new-feature-step-1
|
||||
| |\
|
||||
| | * new-feature-step-2
|
||||
| |\
|
||||
| | * new-feature-step-3
|
||||
master
|
||||
└─ new-feature
|
||||
├─ new-feature-step-1
|
||||
├─ new-feature-step-2
|
||||
└─ new-feature-step-3
|
||||
```
|
||||
|
||||
**Tips**
|
||||
|
|
Loading…
Reference in a new issue