From: Gary Yang <garyyang6@yahoo.com>
To: git@vger.kernel.org
Subject: How to update the tag to Git server?
Date: Wed, 3 Dec 2008 18:16:32 -0800 (PST) [thread overview]
Message-ID: <84437.20577.qm@web37903.mail.mud.yahoo.com> (raw)
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.
next reply other threads:[~2008-12-04 2:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-04 2:16 Gary Yang [this message]
2008-12-04 2:35 ` How to update the tag to Git server? Peter Harris
2008-12-04 2:48 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=84437.20577.qm@web37903.mail.mud.yahoo.com \
--to=garyyang6@yahoo.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.