Hacker News new | ask | show | jobs
by Zardoz84 174 days ago
Yeah. But WHY taging instead of renaming the branch ? I don't say if it is a good or bad idea. But I would like to know why.
2 comments

You can accidentally push to a branch. You can't accidentally push to a tag.
If you read the article, it credits a reddit thread as the source of inspiration; the thread ultimately points to a StackOverflow answer [0] which may offer a better argument as to why they liked yo use this pattern.

[0]: https://stackoverflow.com/a/1309934