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