We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4236139 commit ae056b5Copy full SHA for ae056b5
_posts/2023-02-12-git-undo-and-revert.md
@@ -69,4 +69,8 @@ git commit --amend -m "Commit message here"
69
70
#### Git Amend Files
71
72
-- Adding files with '--amend' works the same way as above. Just add them to the staging environment before committing.
+- Adding files with '--amend' works the same way as above. Just add them to the staging environment before committing.
73
+
74
+```terminal
75
+git commit --amend
76
+```
0 commit comments