Git commit y etiqueta

Ejemplos de código

15
0

git crear etiqueta y push

git tag -a v1.4 -m "my version 1.4"
7
0

git añadir etiqueta

git tag -a v1.2 
git push origin v1.2
3
0

git commit y etiqueta

git tag -a v1.0 7cceb02 -m "Your message here"
0
0

git commit 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

En otros idiomas

Esta página está en otros idiomas

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................