Y
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
cachvico
174 days ago
You can accidentally push to a branch. You can't accidentally push to a tag.
link
rolandog
174 days ago
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
link