1 Matching Annotations
  1. Jan 2015
    1. git clone will give you the whole repository. After the clone, you can list the tags with git tag -l and then checkout a specific tag: git checkout tags/<tag_name>

      How to install a previous release/version via github