auto-commit-push
v1.0.1
Published
Automatically commit and push file changes
Downloads
11
Maintainers
Readme
auto-commit-push
Automatically commit and push file changes in a Git repository.
Installation
npm install -g auto-commit-push
Usage
Navigate to your Git repository and run:
npx auto-commit-push
This will start watching for file changes in your repository. When a tracked file is modified, it will automatically commit the changes with a formatted message and push to the remote repository.
Features
- Watches for file changes in the current Git repository
- Automatically commits and pushes changes to tracked files
- Ignores untracked files
- Formats commit messages with folder name, date, and filename
License
MIT