Skip to content

Instantly share code, notes, and snippets.

@nashid
Last active June 2, 2022 20:18
Show Gist options
  • Save nashid/ddacdf86709716e9777c99520dee4f39 to your computer and use it in GitHub Desktop.
Save nashid/ddacdf86709716e9777c99520dee4f39 to your computer and use it in GitHub Desktop.
git tag

Creating Tags

git tag -a v0.2.5 -m "shiny-app v0.2.5"

Push Tags

git push origin --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment