@fullsparklabs/git-undo
v1.0.0
Published
Undo git commits, pushes, merges with confirmations
Readme
git-undo
Safely undo git operations with confirmations.
Usage
git-undo commit # Undo a commit
git-undo push # Undo a push
git-undo merge # Undo a merge
git-undo stash # Drop a stash
git-undo history # View historyInstall
npm install -g @fullsparklabs/git-undo