Search code examples
gittagsbitbucket

How can I add Git tags in Bitbucket?


I'm hosting my code on Bitbucket using Git. My local client is EGit (eclipse plugin). I created a tag locally (Team -> Advanced -> Tag) and then pushed it to remote repository. But when I open my repository page, I can't find tags there. I'm pretty sure the tag can be seen locally.

I'm not a Git expert. But it seems to me there are several types of tags in Git. Does Bitbucket only show certain types of tags?


Solution

  • Did you click the button "Add All Tags Spec" in Push Wizard in Eclipse? If not, try it. Or if you have access to console version of git just perform:

    git push --tags