summaryrefslogtreecommitdiff
path: root/doc/tutorials
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 09:11:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 09:11:14 +0000
commit43e40e8daaceafb9b78fde9ac5ce97584a210a90 (patch)
treeb011f75121d3e42651522123fef9421437aca61a /doc/tutorials
parent75ef798ebc8e6bf6960dc2540ea6c3a42c5312c8 (diff)
downloadgitlab-ce-43e40e8daaceafb9b78fde9ac5ce97584a210a90.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/tutorials')
-rw-r--r--doc/tutorials/make_your_first_git_commit.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorials/make_your_first_git_commit.md b/doc/tutorials/make_your_first_git_commit.md
index 78905a73258..e4fe5486b6d 100644
--- a/doc/tutorials/make_your_first_git_commit.md
+++ b/doc/tutorials/make_your_first_git_commit.md
@@ -39,6 +39,7 @@ the history of when and how a file changed, and who changed it.
```mermaid
graph LR
subgraph Repository commit history
+ direction LR
A(Author: Alex<br>Date: 3 Jan at 1PM<br>Commit message: Added sales figures<br> Commit ID: 123abc12) ---> B
B(Author: Sam<br>Date: 4 Jan at 10AM<br>Commit message: Removed old info<br> Commit ID: aabb1122) ---> C
C(Author: Zhang<br>Date: 5 Jan at 3PM<br>Commit message: Added invoices<br> Commit ID: ddee4455)