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
v0.0
git-describe
Would you mind adding a v0.0 tag to commit 1f82264 ? That will mean that git-describe command produces useful output.
$ git tag -a v0.0 1f8226443247a1122a7a286ef6989c1e12039a0b -m "First commit." $ git push origin v0.0
Then you get the following on git describe
git describe
v0.0-21-g3a02468
The text was updated successfully, but these errors were encountered:
@antonblanchard - Could you look at this?
Sorry, something went wrong.
No branches or pull requests
Would you mind adding a
v0.0
tag to commit 1f82264 ? That will mean thatgit-describe
command produces useful output.Then you get the following on
git describe
The text was updated successfully, but these errors were encountered: