mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-04-04 15:32:27 +00:00
Fix formatting typo in great-commits page
This commit is contained in:
parent
9d2c4ea94d
commit
8dff92eae9
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ Git commits should be written in a very specific way. There's a few rules to fol
|
|||
having trouble summarizing, you might be committing too much at once)
|
||||
- **Capitalize the subject line**
|
||||
- **Don't end the subject line with a period**
|
||||
- \*Use imperative mood in subject\*\* (Imperative mood means "written as if giving a command/instruction" i.e.: "Add
|
||||
- **Use imperative mood in subject** (Imperative mood means "written as if giving a command/instruction" i.e.: "Add
|
||||
support for X", not "I added support for X" or "Support for X was added", as a rule of thumb, a subject message
|
||||
should be able to complete the sentence: "If implemented, this commit will ...")
|
||||
- **Wrap body at 72 characters** (We usually use `git log` to print out the commits into the terminal, but it's output
|
||||
|
|
Loading…
Add table
Reference in a new issue