thewarpaint / trumpmit

Make Git Commit Messages Great Again!

Home Page:https://thewarpaint.github.io/trumpmit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git trumpmit

Make Git Commit Messages Great Again!

How to

  1. Download trumpmit.py, place it somewhere in your $PATH list and run $ chmod +x on it.

  2. Add the git alias:

$ git config --global alias.trumpmit '!git commit -m "$(trumpmit.py)"'
  1. Add your files with git add ... and then get a great, wonderful, yuge commit message:
$ git trumpmit

[master abc123d] I inherited a MESS and am in the process of fixing it.
 666 files changed, 1776 insertions(+), 43 deletions(-)
 create mode 100644 README.md
 mode change 100644 => 100755 trumpmit.py
  1. ???

  2. PROFIT!

Wanna try before you buy?

Use the simulator!

About

Make Git Commit Messages Great Again!

https://thewarpaint.github.io/trumpmit/


Languages

Language:HTML 89.9%Language:Python 10.1%