Options (1)
-d, --deletebooleanDelete existing replace refs for the given objects
Example:
git replace {{[-d|--delete]}} {{object}}Examples (3)
Replace any commit with a different one, leaving other commits unchanged
git replace object replacementDelete existing replace refs for the given objects
git replace [-d|--delete] objectEdit an object's content interactively
git replace --edit objectmade by @shridhargupta | data from tldr-pages