Created
December 21, 2015 22:05
-
-
Save Quinten/2bf8c051de8964ac0358 to your computer and use it in GitHub Desktop.
small snippet from .bashrc that sets the last commit message as note in the current runing timer harvest (with sow)
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
function harvest { | |
commitmsg=$(git log -1 --pretty=%B) | |
sow note "$commitmsg" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment