auto-git-committer-0.1.0 is not a library.
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: