On Thursday 23 July 2009 21:06:52 Denys Vlasenko wrote: > On Wednesday 22 July 2009 11:07, Mike Frysinger wrote: > > did you forget to tag the 1.14.x releases or forget to push or something > > ? i dont see tags for the 1.14.x releases anywhere ... > > I was using > > svn cp \ > svn+ssh://[email protected]/svn/branches/busybox_1_12_stable \ > svn+ssh://[email protected]/svn/tags/busybox_1_12_4 > > in svn days. > > I gather I should use "git tag -a <name>" in git?
-a is the default, so you need to just do: git tag 1_14_0 <commit id> git push 1_14_0 -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
