Skip to content

Commit 9353b13

Browse files
authored
Update modify-previous-commit-messages.md
1 parent b1f9036 commit 9353b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/modify-previous-commit-messages.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ pick 310154e updated README formatting and added blame
2424
pick a5f4a0d added cat-file
2525
```
2626

27-
We can see the last 3 commits. Find the commit message to modify and change 'pick' to 'edit'
27+
We can see the last 3 commits. Find the commit message to modify and change `pick` to `edit`
2828

2929
```bash
3030
edit f7f3f6d changed my name a bit
3131
pick 310154e updated README formatting and added blame
3232
pick a5f4a0d added cat-file
3333
```
3434

35-
Save and quit. Then run 'commit' command.
35+
Save and quit. Then run `commit` command.
3636

3737
```bash
3838
git commit --all --amend

0 commit comments

Comments
 (0)