“git commit and tag” Réponses codées

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 ajouter la balise

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

Réponses similaires à “git commit and tag”

Questions similaires à “git commit and tag”

Plus de réponses similaires à “git commit and tag” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code