1. To install a theme-folder (which is just a folder containing files and some subfolders) using git clone, do the following:

    1. Choose Target
      [[Target options=global,single-site]]
      • If you choose to put it into global, then your root folder is
        /portals/_default/skins/
      • If you choose to put it into a single site, then your root folder is
        /portals/[your-portal-number-or-name]/skins
    2. Run git clone GIT-URL YOUR-THEMENAME
    3. After that you shoud have a new folder named YOUR-THEMENAME containing all theme files from the Git repository
    4. Now apply it to a page or the whole site