Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 693 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 693 Bytes

git trumpmit!

Make Git Commit Messages Great Again!

How to

  1. Download trumpmit.py

  2. Add the git alias:

$ git config --global alias.trumpmit '!git commit -m "$(./trumpmit.py)"'
  1. Do the git add ... part 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!