Skip to content

yogesh-valiya/vs-code-auto-git-commit

Repository files navigation

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

  1. Open the command palette (Ctrl+Shift+P).
  2. Run Auto Git Commit: Enable to enable the extension.
  3. Save a file to automatically commit and push changes.

About

Automatically commit and push changes to Git on file save

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published