Home / GitPlus
GitPlus
VS Code extension for extended Git utilities
Overview
A lightweight extension that adds essential Git features missing from the default VS Code experience.
Features
- Edit commit messages - Quickly edit commit messages for local commits
- Local commits only - Shows only commits that haven't been pushed
- Undo support - Restore original message if you make a mistake
- No confirmation needed - Direct editing for faster workflow
- File history visualization
How to Use
- For HEAD commit: Use Source Control title bar button or Command Palette → "GitPlus: Edit Commit Message"
- For any local commit: Command Palette → "GitPlus: Edit Commit Message" → Select from list
Status
Active development