[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 received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 bbid...@googlemail.com
escribió:

 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 received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Bezbaruah (bbid...@googlemail.com) 
wrote:

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:01, Bideep Bezbaruah bbi...@googlemail.com escribió:
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 received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:01, Bideep Bezbaruah bbi...@googlemail.com 
 javascript: escribió:

 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 received this message because you are subscribed to the Google Groups 
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to git-users+...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.



-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.