A Visual Studio Code extension that provides a simplified interface for Git, powered by the BetterGit CLI.
- Project Status View: A dedicated view in the Activity Bar showing your project's status.
- One-Click Save: Save your work with a message and choose a version increment (Patch, Minor, Major).
- Safe Undo/Redo: Revert changes without fear of losing code.
- File History: View and restore previous versions of files.
- Node.js Support: Automatically initializes and updates
package.jsonversions.
This extension requires the BetterGit CLI to function.
- bettergit.executablePath: Set this to the absolute path of the
BetterGit.exefile.- Example:
A:\BetterGit\BetterGit.exe
- Example:
- Install dependencies:
pnpm install
- Compile:
pnpm run build
- Run/Debug:
Press
F5in VS Code to launch the Extension Development Host.
This project was generated entirely with AI.