Since I created my repository it appears that the tags I have been
creating are not pushed to the repository. When I do git tag
on the
local directory all the tags are present, but when I logon to the
remote repository and do a git tag
, only the first few show up.
What could the problem be?.
You could do this:
git push --tags