Skip to content

Commit 120bbe1

Browse files
Use "em dash" instead of "hyphens" to set off end clause (#32198)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent a8ef77b commit 120bbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ versions:
1515

1616
You can change the most recent commit message using the `git commit --amend` command.
1717

18-
In Git, the text of the commit message is part of the commit. Changing the commit message will change the commit ID--i.e., the SHA1 checksum that names the commit. Effectively, you are creating a new commit that replaces the old one.
18+
In Git, the text of the commit message is part of the commit. Changing the commit message will change the commit IDi.e., the SHA1 checksum that names the commit. Effectively, you are creating a new commit that replaces the old one.
1919

2020
## Commit has not been pushed online
2121

0 commit comments

Comments
 (0)