Re: [git-users] How to download a specific release

2015-08-04 Thread Philip Oakley
Sent: Tuesday, August 04, 2015 8:14 PM Subject: Re: [git-users] How to download a specific release I mean the code from a given release tag. On Tuesday, 4 August 2015 14:16:58 UTC-4, Nelson Efrain A. Cruz wrote: What you mean with download? You want a clone of the repo containing only

Re: [git-users] How to download a specific release

2015-08-04 Thread Sean
>> I am trying a find a way to download only specific release tags and not just >>any tag. .. > I mean the code from a given release tag. You can specify a branch at clone time. Otherwise, use git checkout to switch to the specific tag post clone.  On August 4, 2015 at 2:15:02 PM, Bideep Bezb

Re: [git-users] How to download a specific release

2015-08-04 Thread Bideep Bezbaruah
I mean the code from a given release tag. On Tuesday, 4 August 2015 14:16:58 UTC-4, Nelson Efrain A. Cruz wrote: > > What you mean with download? You want a clone of the repo containing only > the history of a specific version? Or just the code from a specific version? > > El mar, ago 4, 2015 14

Re: [git-users] How to download a specific release

2015-08-04 Thread Nelson Efrain A. Cruz
What you mean with download? You want a clone of the repo containing only the history of a specific version? Or just the code from a specific version? El mar, ago 4, 2015 14:01, Bideep Bezbaruah escribió: > Hi, > > I am trying a find a way to download only specific release tags and not > just an

[git-users] How to download a specific release

2015-08-04 Thread Bideep Bezbaruah
Hi, I am trying a find a way to download only specific release tags and not just any tag. Is there a CLI or API way to achieve the same? My scenario is, in a workflow I want to ensure that I allow retrieving only specific released code instead of just any tagged code. Thanks, Bideep -- You re