git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to update the tag to Git server?
@ 2008-12-04  2:16 Gary Yang
  2008-12-04  2:35 ` Peter Harris
  2008-12-04  2:48 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Gary Yang @ 2008-12-04  2:16 UTC (permalink / raw)
  To: git


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@company.com 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

I got "Everything up-to-date". Same story for the command with -f.
git push -f svdcgit01.amcc.com:/pub/git/training.git

git tag -l
RELEASE_2

>From my git server, git.company.com, I cannot see the tag at summary. I need to have the tag, RELEASE_2 at git.company.com. Can someone tell me how to do it?

Thanks.







      

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-04  2:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-04  2:16 How to update the tag to Git server? Gary Yang
2008-12-04  2:35 ` Peter Harris
2008-12-04  2:48 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).