On Wed, Dec 3, 2008 at 9:16 PM, Gary Yang wrote: > > I pushed code from my local repository to Git Server. > git push git.company.com:/pub/git/training.git > > I, then tagged my local repository. > git tag -u gyang@xxxxxxxxxxx RELEASE_2 > > I want to update the Git server so that I can have the tag at my Git server, I did: > git push git.company.com:/pub/git/training.git > Everything up-to-date Did you try "git push git.company.com:/pub/git/training.git tag RELEASE_2" or "git push git.company.com:/pub/git/training.git --tags", as it suggests in "git help push"? Peter Harris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html