Skip to content

Instantly share code, notes, and snippets.

@kolodny
Last active August 29, 2015 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kolodny/e8392d3e76510da348d2 to your computer and use it in GitHub Desktop.
Save kolodny/e8392d3e76510da348d2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
if [ "$2,$3" == "message," ]
then
new_msg=$(echo -n "$(git rev-parse --abbrev-ref HEAD): " | cat - $1)
echo $new_msg > $1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment