From bf47088cd3666fd60c978895c25db69a02201fc4 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 29 Nov 2022 18:26:31 +0100 Subject: [PATCH] style: fix markdown --- IT/Git/Commit.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/IT/Git/Commit.md b/IT/Git/Commit.md index be744b0..ff802ba 100644 --- a/IT/Git/Commit.md +++ b/IT/Git/Commit.md @@ -1,8 +1,8 @@ # Commit Convention -To be more readable you can use following commit procedure +To be more readable you can use following commit procedure -``` +```commit [optional scope]: @@ -11,7 +11,6 @@ To be more readable you can use following commit procedure ``` - ## Type - build: modify script build (MakeFile or other) @@ -25,7 +24,6 @@ To be more readable you can use following commit procedure - style: formatting change - test: test modification - ## Scope Example of scope: @@ -37,7 +35,6 @@ Example of scope: - config - etc... - ## footer Can reference closed issue and breaking changes