Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Created January 30, 2014 21:31
Show Gist options
  • Save jansanchez/8720303 to your computer and use it in GitHub Desktop.
Save jansanchez/8720303 to your computer and use it in GitHub Desktop.
Agregando un tag de git al proyecto

Agregando un tag de git al proyecto

Creando tag

git tag -a v1.6 -m "add jshint"

subiendo tag

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