Created
June 21, 2013 20:00
-
-
Save jchenry/5833896 to your computer and use it in GitHub Desktop.
in reference to https://twitter.com/jcroft/status/348164862351929344
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# git-forreal | |
# | |
# inspired by @jcroft, implemented by @jchenry | |
# | |
OLD_LOG=`git log -1 --pretty=%B` | |
git commit -m "$OLD_LOG... for real\n" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment