Skip to content

Commit d334e96

Browse files
Update GITFLOW.adoc
1 parent 1d81cc4 commit d334e96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GITFLOW.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GitFlow is a branching model for Git that defines specific branch types and thei
5555

5656
== Workflow Diagram
5757

58-
[mermaid]
58+
[source,mermaid]
5959
....
6060
gitGraph
6161
commit id: "Initial"
@@ -311,4 +311,4 @@ git reset --hard HEAD~1
311311

312312
GitFlow provides a structured approach to managing code changes in collaborative environments. By following this workflow consistently, the SKaiNET project maintains code quality, enables parallel development, and ensures stable releases.
313313

314-
For questions or clarifications about this workflow, please refer to the original https://nvie.com/posts/a-successful-git-branching-model/[GitFlow article] or reach out to the project maintainers.
314+
For questions or clarifications about this workflow, please refer to the original https://nvie.com/posts/a-successful-git-branching-model/[GitFlow article] or reach out to the project maintainers.

0 commit comments

Comments
 (0)