Do git tags get pushed as well?

vfclists picture vfclists · Jun 7, 2010 · Viewed 72.3k times · Source

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

Answer

eevar picture eevar · Jun 7, 2010

You could do this:

git push --tags