Skip to content

Instantly share code, notes, and snippets.

@smirn0v
Created January 25, 2016 12:58
Show Gist options
  • Save smirn0v/29dea8e02fed951854dc to your computer and use it in GitHub Desktop.
Save smirn0v/29dea8e02fed951854dc to your computer and use it in GitHub Desktop.
GIT Tag Alias
atag = "!atag() { git tag -a -m $1 $1 $2; }; atag"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment