Download to the server with the following command
git clone --branch tag_1 mi_url
but they asked me to install the tag_2
, check the tags that are found by executing the command
git tag -l
I got the list of tag and if it was, my question is how do I do one git pull
that only downloads the version tag_2
, and if so, do you know any command where you can see that tag
it is installed in the repository
to download a
tag
specific one you must execute the following linein my case
If for some reason you want
tag
to download abranch
particular file, you should execute the following commandin my case it would be like this