GIT - Updating a Tag

A veces ocurren errores y deberás actualizar una etiqueta.

Command Listing


pwd
git status
git log --oneline --decorate --graph --all
git tag -a v-0.8-alpha -f bd35d46
git log --oneline --decorate --graph --all



Publicar un comentario

0 Comentarios