This VS Code extension automatically commits and pushes changes to a Git repository every time you save a file.
- Automatically commit changes on file save
- Optionally push changes after commit
- Configurable commit message and branch
autogitcommit.enable: Enable/Disable Auto Git Commitautogitcommit.push: Automatically push after commitautogitcommit.commitMessage: Default commit messageautogitcommit.branch: Branch to push changes
Auto Git Commit: Enable: Enable Auto Git CommitAuto Git Commit: Disable: Disable Auto Git Commit
- Open the command palette (
Ctrl+Shift+P). - Run
Auto Git Commit: Enableto enable the extension. - Save a file to automatically commit and push changes.