Blocks git pushes when any commit message contains DONT COMMIT JUST SAVE.
Feature 1 - Inserts DONT COMMIT JUST SAVE into the commit message, then blocks pushes in VS Code until it’s removed/amended.
Feature 2 - One-click git reset --soft HEAD~N (auto-suggests N) to drop marker commits while keeping changes staged.
Feature 3 - Same protection in the terminal: git push is blocked if a marker commit exists.
- Requirements: VS Code 1.85+, Git installed
- Compatible: Visual Studio Marketplace + Open-VSX
- No configuration needed
MIT - LICENSE