jeudi 27 septembre 2018

Git : Tag

Tag : point sur un commit particulier pour donner une sémantique

git tag nomDuTag (Simple Tag)
pour supprimer git tag  nomDuTag  -f

git tag nomDuTag -m ' ' (Annotated Tag)

git show -q

Partager un Tag

git push origin nomDUTAg

git push origin --tags

Plus d'informations : https://git-scm.com/book/fr/v1/Les-bases-de-Git-%C3%89tiquetage

Aucun commentaire:

Enregistrer un commentaire

to criticize, to improve