Skip to content

Instantly share code, notes, and snippets.

@dwarfmondo
Forked from jessedearing/git_tag.sh
Created December 3, 2010 23:41
Show Gist options
  • Save dwarfmondo/727730 to your computer and use it in GitHub Desktop.
Save dwarfmondo/727730 to your computer and use it in GitHub Desktop.
git tag $(date +%Y-%m-%d_release)
git push origin $(date +%Y-%m-%d_release)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment