We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f9036 commit 9353b13Copy full SHA for 9353b13
git/modify-previous-commit-messages.md
@@ -24,15 +24,15 @@ pick 310154e updated README formatting and added blame
24
pick a5f4a0d added cat-file
25
```
26
27
-We can see the last 3 commits. Find the commit message to modify and change 'pick' to 'edit'
+We can see the last 3 commits. Find the commit message to modify and change `pick` to `edit`
28
29
```bash
30
edit f7f3f6d changed my name a bit
31
pick 310154e updated README formatting and added blame
32
33
34
35
-Save and quit. Then run 'commit' command.
+Save and quit. Then run `commit` command.
36
37
38
git commit --all --amend
0 commit comments