]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/blobdiff - intro.md
Add coffe
[hubacji1/oneflow.git] / intro.md
index 69f1cd21a7d989693046831395594f8671d2db12..56901f57cdf9b21ab98433d8f8ac6c90411a783d 100644 (file)
--- a/intro.md
+++ b/intro.md
@@ -1,6 +1,6 @@
 # Git is ...
 Source Code Management (SCM) and it's great. Check out https://git-scm.com/ for
-details.
+details. Maybe also https://githowto.com/ could be interesting.
 
 # Init - do it once per repository
 You may clone it like `git clone URL` or create one from a folder by `git
@@ -156,6 +156,11 @@ writing the git commit messages:
 - Wrap the body at 72 characters.
 - Use the body to explain what and why vs. how.
 
+If still it's lot to remember, the heuristics is that a properly formed Git
+commit subject line should always be able to complete the following sentence:
+
+**If applied, this commit will your subject line here**
+
 [1]: https://chris.beams.io/posts/git-commit/
 
 # Cheat sheet