We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.1.2 / net8 / net8 / Windows11
I always add a message to a tag, in tortoisegit, you can identify these by the yellow pentagon label.
Unfortunally these tags are not listed in the GitRepository.Tags enumeration
git tag -a v1.0 -m "Initial release version 1.0"
GitRepository.Tags should contain the v1.0 tag
GitRepository.Tags is empty
No response
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Usage Information
8.1.2 / net8 / net8 / Windows11
Description
I always add a message to a tag, in tortoisegit, you can identify these by the yellow pentagon label.
Unfortunally these tags are not listed in the GitRepository.Tags enumeration
Reproduction Steps
git tag -a v1.0 -m "Initial release version 1.0"
Expected Behavior
GitRepository.Tags should contain the v1.0 tag
Actual Behavior
GitRepository.Tags is empty
Regression?
No response
Known Workarounds
No response
Could you help with a pull-request?
No
The text was updated successfully, but these errors were encountered: