|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [Xen-users] Jeremy's git tags
On 12/03/10 20:15, Martinx - ジェームズ wrote:
> git tag -l
> git checkout TAG
>
> This will create a new branch based on that tag...
git checkout TAG doesn't create a branch, but will checkout all your
current files to represent the revision the tag is pointing to.
git checkout TAG -b TAG will create a "TAG" branch starting at the tap
revision.
just nitpicking,
--
Vincent
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|