Skip to content

Instantly share code, notes, and snippets.

@josemarluedke
Created September 4, 2013 17:51
Show Gist options
  • Save josemarluedke/6440351 to your computer and use it in GitHub Desktop.
Save josemarluedke/6440351 to your computer and use it in GitHub Desktop.
Pushing specific tags to Heroku
$ git tag -a v1.1
$ git push heroku v1.1^{}:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment