1 unstable release
new 0.1.0 | Mar 12, 2025 |
---|
#2070 in Development tools
101 downloads per month
11KB
223 lines
Auto Git Committer
A Rust program to automate Git commits and push them to a remote repository.
Features
- Automatically clones a Git repository if it doesn't exist locally.
- Initializes a new Git repository if the directory is empty.
- Performs a specified number of commits by creating, renaming, or deleting files.
- Pushes commits to the remote repository.
Requirements
- Rust and Cargo
- Git
Usage
- Clone this repository:
git clone https://github.com/DrunkTrader/auto-git-committer.git