You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the commit subject starts with "amend!" then rearrange it like a
"fixup!" commit and replace `pick` command with `fixup -C` command,
which is used to fixup up the content if any and replaces the original
commit message with amend! commit's message.
Original-patch-by: Phillip Wood <[email protected]>
Mentored-by: Christian Couder <[email protected]>
Mentored-by: Phillip Wood <[email protected]>
Signed-off-by: Charvi Mendiratta <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments