“git comet y etiqueta” Código de respuesta

git comet y etiqueta

git add .
git commit -m "some description"
git tag v0.1.9 # or any other text
git push origin master # push the commit
git push --tags origin # push the tags
Hilarious Hummingbird

Git Agregar etiqueta

git tag -a v1.2 
git push origin v1.2
Calm Caracal

Respuestas similares a “git comet y etiqueta”

Preguntas similares a “git comet y etiqueta”

Más respuestas relacionadas con “git comet y etiqueta” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código