From: Matt Pearson <404emailnotfound@gmail.com>
To: Hinko Kocevar <hinko.kocevar@cetrtapot.si>
Cc: git@vger.kernel.org
Subject: Re: revert committed and pushed tag
Date: Tue, 3 Feb 2009 17:17:25 -0500 [thread overview]
Message-ID: <706b4240902031417p1a98f3fdtb2240ea5ae5b31a5@mail.gmail.com> (raw)
In-Reply-To: <4988586D.603@cetrtapot.si>
2009/2/3 Hinko Kocevar <hinko.kocevar@cetrtapot.si>:
> Hi,
>
> Is there a way to 'revert' committed and pushed tag?
> I've noticed that some files were not included in the commit (new files)
> and I would like to squeeze them in before the tag was
> created/committed/pushed to the remote server.
You do it the same way you delete a branch (see git-push(1)):
git push origin :refs/tags/rc3
Note that anybody that has fetched from your public repository will
_not_ have their current 'rc3' tag overwritten with the new version
without them deleting it first and letting fetch recreate it.
Matt
next prev parent reply other threads:[~2009-02-03 22:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-03 14:45 revert committed and pushed tag Hinko Kocevar
2009-02-03 22:17 ` Matt Pearson [this message]
2009-02-05 8:02 ` Hinko Kocevar
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=706b4240902031417p1a98f3fdtb2240ea5ae5b31a5@mail.gmail.com \
--to=404emailnotfound@gmail.com \
--cc=git@vger.kernel.org \
--cc=hinko.kocevar@cetrtapot.si \
/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 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).