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