mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-15 21:44:51 +02:00
git-revisions: improve illustration
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user