Comment 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.
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.
Annotated tags have their own commit I believe that is ehy you should use annotated tags for release tags.