tpope / git-bump

Create Git release commits and tags with changelogs
MIT License
256 stars 6 forks source link

Undoing a git bump #3

Open goldfeld opened 10 years ago

goldfeld commented 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.

calebhearth commented 10 years ago

That's just git-reset right?

tpope commented 10 years ago

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