On Tue, 2 Mar 2021 at 00:14, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Charvi Mendiratta <charvi077@xxxxxxxxx> writes: > > > +--fixup=[(amend|reword):]<commit>:: > > + Without `amend:` or `reword:`, create a `fixup!` commit where > > + the commit message will be the subject line from the specified > > + commit with a prefix of "fixup!'". The resulting "fixup!" commit > > What's the single quote in "fixup!'"??? We also have an "amend!'" > below. I think I mistook it from the previous discussion and used a single quote instead of space, as earlier it was "fixup " and "amend " which was technically correct. But I will fix it and replace it with "fixup!" and "amend!".