[ot] checking out a git tag and only the tag
Weaver, Matthew (CGI Federal)
Matthew.Weaver at cgifederal.com
Fri Jan 17 17:47:21 EST 2014
If you don't have the tags in your clone for whatever reason you might also need to do git fetch --tags
Kevin Foote <kpfoote at uoregon.edu> wrote:
I think you have to make a local branch which grabs the origin/tag first.
git co -b localbranch remotetag
--------
thanks
kevin.foote
On Jan 17, 2014, at 12:46 PM, Tom Zeller <tzeller at dragonacea.biz> wrote:
> If I clone spring-framework, then 'git checkout tags/v3.2.6.RELEASE'
> or 'git checkout v3.2.6.RELEASE', then the spring-beans-groovy
> directory still exists, even though it does not exist in the tag,
> AFAICT, according to github.
>
> Just wondering what I need to type to checkout the tag and only the tag.
> --
> To unsubscribe from this list send an email to dev-unsubscribe at shibboleth.net
--
To unsubscribe from this list send an email to dev-unsubscribe at shibboleth.net
More information about the dev
mailing list