From 885f0bab9bb73294c57423b151ab5fe721694bc2 Mon Sep 17 00:00:00 2001 From: Adrian Stoica <stoica@ntnu.no> Date: Mon, 10 Oct 2022 14:56:40 +0200 Subject: [PATCH] fix: removed formatting error in slides of lecture 13 --- lectures/revealjs/13-lecture-commit.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/lectures/revealjs/13-lecture-commit.adoc b/lectures/revealjs/13-lecture-commit.adoc index f96927e..502e315 100644 --- a/lectures/revealjs/13-lecture-commit.adoc +++ b/lectures/revealjs/13-lecture-commit.adoc @@ -189,6 +189,7 @@ https://xkcd.com/1296/ - add information about testing, especially if there are manual tests needed == What to write in the commit message (2) + Finally, read the message before committing as it might reveal that you should split it in smaller commits == Enforcing commit message format -- GitLab