Skip to content

Instantly share code, notes, and snippets.

@israelb
Created May 6, 2016 13:32
Show Gist options
  • Select an option

  • Save israelb/89fb2262f98f2200dc5e2a9a6a7432f5 to your computer and use it in GitHub Desktop.

Select an option

Save israelb/89fb2262f98f2200dc5e2a9a6a7432f5 to your computer and use it in GitHub Desktop.
TAGS con git
# Hacer un tag con un comentario
git tag -a v2.5.0 -m "Cambio de pasos del acreditado, más estable el sistema"
# Subir el tag
git push origin v2.5.0
# listar todos los tag
git tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment