Created
May 15, 2016 04:37
-
-
Save lovelock/43c60a98ccaf688aa98e708442ae23cc to your computer and use it in GitHub Desktop.
script to generate tag for git commit & integrate
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
#!/bin/sh | |
DATETIME=$(date +%Y%m%d_%H%M) | |
COMMITOR=$(whoami) | |
MESSAGE=$1 | |
echo $DATETIME\_$COMMITOR_\$MESSAGE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment