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 c5afc5b + 77effef commit cdcd793Copy full SHA for cdcd793
Documentation/git-commit.txt
@@ -193,10 +193,6 @@ OPTIONS
193
current tip -- if it was a merge, it will have the parents of
194
the current tip as parents -- so the current top commit is
195
discarded.
196
-
197
---no-post-rewrite::
198
- Bypass the post-rewrite hook.
199
200
+
201
--
202
It is a rough equivalent for:
@@ -213,6 +209,9 @@ You should understand the implications of rewriting history if you
213
209
amend a commit that has already been published. (See the "RECOVERING
214
210
FROM UPSTREAM REBASE" section in linkgit:git-rebase[1].)
215
211
212
+--no-post-rewrite::
+ Bypass the post-rewrite hook.
216
-i::
217
--include::
218
Before making a commit out of staged contents so far,
0 commit comments