I'm trying to do all my work in EGit without having to use Git directly from the command line. I could not find a way to push a tag to the remote repository, is there a way to do this?
In the Push wizard you could either click the button "Add All Tags Spec", which would then push all tags, or you type the tagname in the source ref field and the same name in the destination ref (ref is usually refs/tags/tagname).