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 But generally, by using the 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. 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