Skip to content

Git Auto Committer is a Python script that automates Git commits using gitpython. It commits a specified number of times (up to 100) while ensuring your Git user details are set globally. Made this just for fun after seeing the package on Twitter—remember to have some moral values! 😆

Notifications You must be signed in to change notification settings

subhadeeproy3902/git-com-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Auto Committer

A Python script that automates Git commits using gitpython.

Features

  • Commits a specified number of times (up to 100).
  • Uses a predefined local file for committing.

Requirements

  • Python 3.x
  • gitpython (pip install gitpython)

Setup

Before running the script, set up your Git user details:

git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"

Usage

python machine.py

Notes

  • Ensure the script is inside a Git-tracked repository.
  • The local file used for commits must be set in the script.

Just made this for fun because I saw this package on Twitter. Have some moral values 😆. Don't use this and ruin your code life :)

About

Git Auto Committer is a Python script that automates Git commits using gitpython. It commits a specified number of times (up to 100) while ensuring your Git user details are set globally. Made this just for fun after seeing the package on Twitter—remember to have some moral values! 😆

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages