git-revisions: improve illustration

This commit is contained in:
Rico Sta. Cruz 2015-09-10 12:35:07 +08:00
parent 704844e7de
commit b7c1ca9f04
1 changed files with 5 additions and 8 deletions

View File

@ -48,13 +48,10 @@ title: Git revisions
### Ranges illustration
```
F - master
E C - fix
D B
|-'
A
```no-highlight
A -+- E - F - G master
'- B - C - D fix
master..fix = BC
master...fix = BC and FED
master..fix = BCD
master...fix = BCD and EFG
```