Update fe_guide/index.md to use readable ascii tree

This commit is contained in:
Luke "Jared" Bennett 2017-05-16 21:40:27 +00:00
parent 67312fceaa
commit 1f9c701cc2
1 changed files with 5 additions and 9 deletions

View File

@ -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**