Download a specific tag with Git

will give you the whole repository. After the clone, you can list the tags with $ git tag -l and then checkout a specific tag: Even better, checkout and create a branch (otherwise you will be on a branch named after the revision number of tag):

How do I clone a specific Git branch? [duplicate]

The –single-branch option is valid from version 1.7.10 and later. Please see also the other answer which many people prefer. You may also want to make sure you understand the difference. And the difference is: by invoking git clone –branch <branchname> url you’re fetching all the branches and checking out one. That may, for instance, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)