git-undo Plugin
git-undo provides smart git undo operations.
Usage Examples
- "undo the last commit"
- "unstage all staged files"
- "discard changes in working directory"
- "undo a specific commit by hash"
Installation
npm install -g git-undo
Key Features
- Smart undo for all git states
- Commit revert with history
- Unstage and discard operations
- Reflog awareness for safety
- Interactive confirmation prompts