The git resource is trying to do too much. Supporting tags and branches with their workflows is polluting the git resource with lots of conditional logic.
I'd like to start a discussion of extracting tag logic from the git resource. That way we can isolate different workflows.
Below is a collection of issues related to tags:
Maybe it is a resource, maybe its a motivation to destroy all tags, etc. TBD...
The git resource is trying to do too much. Supporting tags and branches with their workflows is polluting the git resource with lots of conditional logic.
I'd like to start a discussion of extracting tag logic from the git resource. That way we can isolate different workflows.
Below is a collection of issues related to tags:
Maybe it is a resource, maybe its a motivation to destroy all tags, etc. TBD...