Skip to content

Instantly share code, notes, and snippets.

@lovelock
Created May 15, 2016 04:37
Show Gist options
  • Save lovelock/43c60a98ccaf688aa98e708442ae23cc to your computer and use it in GitHub Desktop.
Save lovelock/43c60a98ccaf688aa98e708442ae23cc to your computer and use it in GitHub Desktop.
script to generate tag for git commit & integrate
#!/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