Skip to content

Instantly share code, notes, and snippets.

@rodericj
Last active August 29, 2015 14:04
Show Gist options
  • Save rodericj/c6d697372777060c10a8 to your computer and use it in GitHub Desktop.
Save rodericj/c6d697372777060c10a8 to your computer and use it in GitHub Desktop.
#Take the last commit message, show only the message, remove the hash, send as a note to harvest
git log -1 --pretty=oneline --abbrev-commit|cut -c9-|xargs hcl note
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment