Open goldfeld opened 10 years ago
It would be useful to have something like 'git bump undo/reset/revert' to undo the last version (reset commit, delete tag, etc.) I see thif mainly for experimentation and development purposes, when your history is still local.
That's just git-reset right?
Combined with deleting the tag. We already have redo so I think undo would be fair.
redo
undo
It would be useful to have something like 'git bump undo/reset/revert' to undo the last version (reset commit, delete tag, etc.) I see thif mainly for experimentation and development purposes, when your history is still local.