5

How in the ever-god-fearing FUCK am I just now learning about git tag????

https://git-scm.com/book/en/...

Comments
  • 2
    I never use them. They are just named commit, so exactly the same thing as branch. In other words, tags are just readonly branch
  • 2
    We just use them to make read-only tags for release versions, which technically makes rollback easier. Shame we never actually do rollbacks cause our database would crap itself.

    Yet we still do it. 🌈
Add Comment