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. 🌈
  • 1
    Pro Git is the only tech book I read cover to cover, and it improved my life drastically. Git isn't designed, it evolved around a datastructure. There's no opportune moment to learn about most of its features except when someone used them and you need to deal with the consequences.
Add Comment