Skip to content

Instantly share code, notes, and snippets.

@jchenry
Created June 21, 2013 20:00
Show Gist options
  • Save jchenry/5833896 to your computer and use it in GitHub Desktop.
Save jchenry/5833896 to your computer and use it in GitHub Desktop.
#!/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