Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 561 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 561 Bytes

git trumpmit!

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!