[Wikitech-l] Clone a specific extension version

2012-12-05 Thread Aran Dunkley
Hi Guys,
How do I get a specific version of an extension using git?
I want to get Validator 0.4.1.4 and Maps 1.0.5, but I can't figure out
how to use git to do this...
Thanks,
Aran

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Clone a specific extension version

2012-12-05 Thread Daniel Kinzler
On 05.12.2012 14:39, Aran Dunkley wrote:
 Hi Guys,
 How do I get a specific version of an extension using git?
 I want to get Validator 0.4.1.4 and Maps 1.0.5, but I can't figure out
 how to use git to do this...

git always clones the entire repository, including all version. So, you clone,
and then use git checkout to get whatever branch or tag you want.

-- daniel


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l