Skip to content

Commit

Permalink
fix: adiciona mais um passo importante as tags
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-tostes-a3 committed Oct 14, 2024
1 parent c02e2b2 commit afb8caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ git commit -m "mensagem de commit"
# Agora coloque uma tag para se lembrar depois, de preferencia versionamento semantico
git tag -a "v0.1.0" -m "modelo treinado dia 11/10/24 com dataset x"

# Lembre-se de mandar essa tag para o repositório remoto
git push origin tag v0.1.0

# Pronto! Agora você pode sempre voltar a esse ponto usando o comando
git checkout v0.1.0 # Ao usar esse comando, o dvc já trará os artefatos específicos dessa versão, assim como o código do git

Expand Down

0 comments on commit afb8caf

Please sign in to comment.