summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-02-23 07:53:28 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-02-23 07:53:28 +0100
commitd08b554d2bbc1b6dbc1e268df23b9db3c4312119 (patch)
treed40d85ce354578bff4de579aac059f77fd59fdd4
parent6e35a4d64d9cb3c93e40305936913a6dae893679 (diff)
Add article on tense in commit messages
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/tools/git.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/computer/tools/git.md b/computer/tools/git.md
index 818ab75..6c399cb 100644
--- a/computer/tools/git.md
+++ b/computer/tools/git.md
@@ -8,6 +8,7 @@ Notes about [git](https://git-scm.com/)
* [How to Write a Git Commit Message](https://cbea.ms/git-commit/)
* [Git email flow vs Github flow](https://blog.brixit.nl/git-email-flow-versus-github-flow/)
+* [Should I use past or present tense in git commit messages?](https://stackoverflow.com/a/3580764)
## Hosting