Friday 15 January 2010

github - Download a Special git Tag from the Website? -


How do I download a specific tag from the git website? Specifically I want to download contao core repo tag from 2.10.4

thanks

If you want to download a special tag from Kanto / Core , simply enter / tags at the Repos URL address: https : //github.com/contato / core / tag . Creates a list of the tags that you can download in the zip or tar.gz format.

But generally, by using the clone entire project, and accessing a particular tag, using it:

  git clone https : //github.com/contao/core.git git checkout & lt; Tag_name & gt;    

No comments:

Post a Comment