
git-replace
List of commands for git-replace:
-
git-replace:tldr:21878 git-replace: Delete existing replace refs for the given objects.$ git replace --delete ${object}try on your machineexplain this command
-
git-replace:tldr:81630 git-replace: Edit an object’s content interactively.$ git replace --edit ${object}try on your machineexplain this command
-
git-replace:tldr:8e93f git-replace: Replace any commit with a different one, leaving other commits unchanged.$ git replace ${object} ${replacement}try on your machineexplain this command