File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,8 @@ multiple edits or corrections of the same logical change. See
83
83
[ Rewriting History section of Pro Git] ( https://git-scm.com/book/en/Git-Tools-Rewriting-History )
84
84
for an overview of streamlining commit history.
85
85
86
- 1 . Format commit messages using 55 characters for the subject line, 72 lines for the
87
- description, followed by the issue fixed, e.g. ` Fixes #22276 ` .
88
- See the
86
+ 1 . Format commit messages using 55 characters for the subject line, 72 characters per line
87
+ for the description, followed by the issue fixed, e.g. ` Fixes #22276 ` . See the
89
88
[ Commit Guidelines section of Pro Git] ( https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Commit-Guidelines )
90
89
for best practices around commit messages and use ` git log ` to see some examples.
91
90
You can’t perform that action at this time.
0 commit comments