Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 34436c5

Browse files
authored
[2024.03.1] RDBMS part update (#228)
2 parents 18fd2f9 + b12c27b commit 34436c5

27 files changed

+244
-459
lines changed
5.48 KB
Loading

assets/mermaid/git/commits.mmd.png

2.64 KB
Loading

assets/mermaid/git/gitflow.mmd.png

6.26 KB
Loading

assets/mermaid/git/lifecycle.mmd.png

1.91 KB
Loading

assets/mermaid/git/merge-1.mmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%%{init: {'gitGraph': {'mainBranchName': 'master'}} }%%
22
gitGraph
33
commit id: "Initial commit"
4-
branch feature/issue53
4+
branch feature/GH-53
55
commit
66
commit
77
checkout master
8-
merge feature/issue53
8+
merge feature/GH-53

assets/mermaid/git/merge-1.mmd.png

2.41 KB
Loading

assets/mermaid/git/merge-2.mmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
%%{init: {'gitGraph': {'mainBranchName': 'master'}} }%%
22
gitGraph
33
commit id: "Initial commit"
4-
branch feature/issue53
5-
branch feature/issue54
6-
checkout feature/issue53
4+
branch feature/GH-53
5+
branch feature/GH-54
6+
checkout feature/GH-53
77
commit
88
commit
99
checkout master
10-
merge feature/issue53
11-
checkout feature/issue54
10+
merge feature/GH-53
11+
checkout feature/GH-54
1212
commit
1313
checkout master
1414
commit
15-
merge feature/issue54 type:NORMAL id: "merge commit"
15+
merge feature/GH-54 type:NORMAL id: "merge commit"

assets/mermaid/git/merge-2.mmd.png

3.46 KB
Loading

assets/mermaid/git/rebase-1.mmd.png

3.26 KB
Loading

0 commit comments

Comments
 (0)