1 Antworten
Ein Tag `v1.2` zu commit `9fceb02` hinzufügen
mit Nachricht:
`git tag -a v1.2 9fceb02 -m „Message here“`
ohne Nachricht:
`git tag v1.2 9fceb02`
[Stackoverflow](https://stackoverflow.com/questions/4404172/how-to-tag-an-older-commit-in-git)