Skip to content
Snippets Groups Projects
Commit 1f9c701c authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Update fe_guide/index.md to use readable ascii tree

parent 67312fce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment