git-bump icon indicating copy to clipboard operation
git-bump copied to clipboard

Undoing a git bump

Open goldfeld opened this issue 11 years ago • 2 comments

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.

goldfeld avatar Apr 26 '14 08:04 goldfeld

That's just git-reset right?

calebhearth avatar Apr 30 '14 13:04 calebhearth

Combined with deleting the tag. We already have redo so I think undo would be fair.

tpope avatar Apr 30 '14 16:04 tpope