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.
2 parents 80b2234 + ae45320 commit 6b34d6eCopy full SHA for 6b34d6e
Documentation/git-commit.txt
@@ -188,6 +188,11 @@ OPTIONS
188
commit log message unmodified. This option lets you
189
further edit the message taken from these sources.
190
191
+--no-edit::
192
+ Use the selected commit message without launching an editor.
193
+ For example, `git commit --amend --no-edit` amends a commit
194
+ without changing its commit message.
195
+
196
--amend::
197
Used to amend the tip of the current branch. Prepare the tree
198
object you would want to replace the latest commit as usual
0 commit comments