Skip to content

Instantly share code, notes, and snippets.

@mardymark
Created April 30, 2018 21:38
Show Gist options
  • Select an option

  • Save mardymark/7f7766cf21f22c5f952fb0c8327580dc to your computer and use it in GitHub Desktop.

Select an option

Save mardymark/7f7766cf21f22c5f952fb0c8327580dc to your computer and use it in GitHub Desktop.
# The -f is there to force the tag if it already exists
git tag -f "publish->my-image-name" <commit_sha>
git push --tags -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment