Open ad-si opened 2 years ago
I think the default for giDescribe should be git describe --dirty --tags --always (A lot of developers only use non-annotated tags and --tags this will include them)
giDescribe
git describe --dirty --tags --always
--tags
If this is undesirable, maybe we could add another command giDescribeTagsDirty?
giDescribeTagsDirty
I'm fine with that change, want to send a PR?
I think the default for
giDescribe
should begit describe --dirty --tags --always
(A lot of developers only use non-annotated tags and--tags
this will include them)If this is undesirable, maybe we could add another command
giDescribeTagsDirty
?