> git reset --soft [COMMIT_HASH]^
The docs say files are unchanged.
Committing the unchanged files so like an amend, a squash, not exactly reversing, reverting, or undoing anything except commit messages.
> git reset --soft [COMMIT_HASH]^
The docs say files are unchanged.
> git reset --soft [COMMIT_HASH]^
Committing the unchanged files so like an amend, a squash, not exactly reversing, reverting, or undoing anything except commit messages.