In my repository, I have created tags using the following commands.
git tag v1.0.0 -m \'finally a stable release\' git tag v2.0.0 -m \'oops, there was still
And here is how you find the remote tags:
git ls-remote --tags origin