Search code examples
gitgit-tag

Do git tags get pushed as well?


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?.


Solution

  • You could do this:

    git push --tags