From f02dc1aba9ea4ee6aba7aed441b2c72fcb04b35b Mon Sep 17 00:00:00 2001 From: Jibec Date: Apr 19 2020 13:48:31 +0000 Subject: suppress indentation warning --- diff --git a/modules/contributing/pages/git.adoc b/modules/contributing/pages/git.adoc index d63a1bc..fb55ade 100644 --- a/modules/contributing/pages/git.adoc +++ b/modules/contributing/pages/git.adoc @@ -92,8 +92,8 @@ When you're done, it's time to commit the changes. . `git add ''file(s) that you edited''` . `git commit` . Edit the commit message and quit the editor. -If your system uses vim as the default editor (which it probably does, unless you changed it), type `i` to enter editing mode. -When you're done writing your commit message, hit the Escape key, type `:wq`, and hit enter. + If your system uses vim as the default editor (which it probably does, unless you changed it), type `i` to enter editing mode. + When you're done writing your commit message, hit the Escape key, type `:wq`, and hit enter. TIP: Good commit messages are helpful when someone (including future you) looks at the commit history to see what was done. A good commit message says what the commit does and why.