Y
Hacker News
new
|
ask
|
show
|
jobs
by
brown9-2
2 days ago
tags and branches are both just refs to the commit and can be used interchangeably for something like this. tags are not immutable, just in convention.
1 comments
conceptme
2 days ago
Annotated tags have their own commit I believe that is ehy you should use annotated tags for release tags.
link