caojohnny / auto-commit

Ready to commit your changes, but too lazy to make up a commit name? auto-commit has you covered.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-commit

Ready to commit your changes, but too lazy to make up a commit name? auto-commit has you covered.

Demo

$ mkdir test
$ cd test
$ touch test
$ git init
$ git add .
$ git auto-commit
[master (root-commit) 77ee7d7] Broke it again
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 test

Installation

Clone the repo and run install.sh.

Alternatively if you are lazy:

curl https://raw.githubusercontent.com/caojohnny/auto-commit/master/install.sh | sh

Uninstall

Clone the repo and run uninstall.sh.

Alternatively if you are lazy:

curl https://raw.githubusercontent.com/caojohnny/auto-commit/master/uninstall.sh | sh

FAQ

Q: Will I add Windows support? A: No.

Q: Why did I make this? A: I don't know

About

Ready to commit your changes, but too lazy to make up a commit name? auto-commit has you covered.

License:Apache License 2.0


Languages

Language:Shell 100.0%