auto-git-committer 0.1.0

A Rust program to automate Git commits and push them to a remote repository.
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

  1. Rust and Cargo
  2. Git

Usage

  1. Clone this repository:
    git clone https://github.com/DrunkTrader/auto-git-committer.git