Git Release Management: Should You Use Branches or Tags?
When managing releases in Git, a common question is whether to use branches or tags to keep a copy of a release. If all you need is to mark a specific version, tagging is the lighter and better choice. Let’s break it down.
Branches vs. Tags: What’s t...
verreauxblack.hashnode.dev2 min read