mirror of
https://gitlab.com/ric_harvey/git-guide.git
synced 2024-11-23 20:24:02 +00:00
fix mermaid typo
This commit is contained in:
parent
2d9de822b7
commit
a297e69271
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ If you have no merge conflicts all will be good and the code will now appear in
|
||||||
|
|
||||||
If you want to visualise this on your git diagram what you've done is effectively this:
|
If you want to visualise this on your git diagram what you've done is effectively this:
|
||||||
|
|
||||||
```marmaid
|
```mermaid
|
||||||
gitGraph
|
gitGraph
|
||||||
commit id: "first commit"
|
commit id: "first commit"
|
||||||
commit id: "updates"
|
commit id: "updates"
|
||||||
|
@ -130,7 +130,7 @@ git tag -a v1.0 -m "my version 1.0"
|
||||||
|
|
||||||
This is effectively what happens in your git branch.
|
This is effectively what happens in your git branch.
|
||||||
|
|
||||||
```marmaid
|
```mermaid
|
||||||
gitGraph
|
gitGraph
|
||||||
commit id: "first commit"
|
commit id: "first commit"
|
||||||
commit id: "updates" tag: "v1.0"
|
commit id: "updates" tag: "v1.0"
|
||||||
|
|
Loading…
Reference in a new issue