Para criar uma TAG chamada FRG83-R002 no commit atual execute:
git tag FRG83-R002
Para criar uma TAG chamada FRG83-R001 no commit 4b8ef995de6d77 execute:
git tag FRG83-R001 4b8ef995de6d77
Para submete-la para o servidor execute:
git push --tags origin master
Para deletar uma TAG execute:
git tag -d FRG83-R001 git push origin :refs/tags/FRG83-R001
Para voce mover para o commit da TAG execute:
git checkout FRG83-R001
É disso que eu to falando, simples e objetivo.
Exatamente o que eu tava procurando…
Menos blá blá blá e mais ação.
Show. Realmente direto ao ponto! Obrigado e parabéns!
vlw ai muito bacana e simples