#git-commit #git-repository #remote #push #automate #auto #committer

app auto-git-committer

A Rust program to automate Git commits and push them to a remote repository

1 unstable release

new 0.1.0 Mar 12, 2025

#2070 in Development tools

Download history 101/week @ 2025-03-09

101 downloads per month

MIT license

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

  1. Rust and Cargo
  2. Git

Usage

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

No runtime deps