Last active
August 29, 2015 14:04
-
-
Save rodericj/c6d697372777060c10a8 to your computer and use it in GitHub Desktop.
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
#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