GIT - Simple Tagging Example / Lightweight Tags


Ejemplo simple con etiquetas ligeras y algunos comandos básicos de etiquetas.

Command Listing


pwd
cd projects/starter-web/
git status
git log --oneline --decorate --graph --all
git tag myTag
git log --oneline --decorate --graph --all
git tag --list
git show myTag
git tag --list
git tag --delete myTag
git tag --list
git log --oneline --decorate --graph --all


Publicar un comentario

0 Comentarios