[dmd-internals] vv2.059 tags at GitHub
David Nadlinger
code at klickverbot.at
Thu Apr 19 11:20:07 PDT 2012
On 19 Apr 2012, at 20:14, Walter Bright wrote:
> The vv tags were a mistake, I don't know how to remove tags.
If "origin" is the name of your Git remote for the
D-Programming-Language repositories, use
cd dmd
git push origin :vv2.059
cd ../druntime
git push origin :vv2.059
cd ../phobos
git push origin :vv2.059
just as you would delete branches (note the colon in front of the ref
name).
David
More information about the dmd-internals
mailing list