git tag [-l] git show git tag -a -m "" # tag local annotated git push origin # subir tag a remoto git -d # borrar tag local git push --delete origin # borrado tag en remoto