git-revisions: improve illustration
This commit is contained in:
parent
704844e7de
commit
b7c1ca9f04
|
@ -48,13 +48,10 @@ title: Git revisions
|
||||||
|
|
||||||
### Ranges illustration
|
### Ranges illustration
|
||||||
|
|
||||||
```
|
```no-highlight
|
||||||
F - master
|
A -+- E - F - G master
|
||||||
E C - fix
|
'- B - C - D fix
|
||||||
D B
|
|
||||||
|-'
|
|
||||||
A
|
|
||||||
|
|
||||||
master..fix = BC
|
master..fix = BCD
|
||||||
master...fix = BC and FED
|
master...fix = BCD and EFG
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue