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
0 Comentarios