Skip to content

Script that adds and commits changes with a message randomly selected from a list

Notifications You must be signed in to change notification settings

starr749/commit-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Commit Bot v0.1

###A Git Commit Script for automatically adding and committing a git repo

Dependencies are:

  1. Git (duh)
  2. Python

Usage:

python commit_bot.py <Git Directory> <Commit Message File>

Commit Message file needs to have one commit message per line.

If no path to a Commit Message File is specified it will use one of several predefined commit messages. Inspired by xkcd.

NOTE:

This is really horrible practice, and is only really meant as a joke, or for some silly situation that forces you to attach non-specific commit messages to your commits. Really no one should ever do this.

About

Script that adds and commits changes with a message randomly selected from a list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages