“Git Commit and Tag” Respostas de código

Git Commit and Tag

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 Adicionar tag

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

Respostas semelhantes a “Git Commit and Tag”

Perguntas semelhantes a “Git Commit and Tag”

Mais respostas relacionadas para “Git Commit and Tag” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código