1. Install Java Runtime environment and SubGit binaries according to the Installation guide.

  2. Configure repository
  3. Perform SubGit installation. 
  4. When the command completes, you can clone your new Git repository and start to work with it:

    $ git clone GIT_REPO WORK_TREE

    where 

        WORK_TREE – a path to your working copy.


    $ git clone file:///home/user/repo.git /home/user/repo_working_copy
       Cloning into '/home/user/repo_working_copy'...
       remote: Counting objects: 99, done.
       remote: Compressing objects: 100% (89/89), done.
       remote: Total 99 (delta 51), reused 0 (delta 0)
       Receiving objects: 100% (99/99), 8.96 KiB | 0 bytes/s, done.
       Resolving deltas: 100% (51/51), done.



    If Git warns you that you are cloning an empty repository and you don't see your files in the working tree, most probably automatic branches and tags mapping didn't work correctly. In this case, mapping has to be set manually, see details on mapping in Branches and tags mapping.


  5. Try and buy.

    Note: the trial period for SubGit mirror is 30 days, after that period you should buy a license key at https://subgit.com/pricing

    Once you receive an email with a license key, upload this license key to your server and run the following command:

    $ sudo subgit register --key subgit.key GIT_REPO

    where

         GIT_REPO – a path to your newly created Git repository.


    $ sudo subgit register --key subgit.key /home/user/repo.git
    
       SubGit version 3.2.4 ('Bobique') build #3670
    
       Registration information:
    
         Registered for:       Example company
         Purchase ID:          OS-111111111111111
         Expiration date:      April 23, 2028
    
         You may use this key to register 9 more repositories (out of 10).
    
       REGISTRATION SUCCESSFUL
    
       Thank you for registering SubGit!
       Visit http://www.subgit.com/ in case you have any questions and for more information on SubGit.



  6. Get support.

    If you encounter any problems, see the following guides for more details:

Should you need assistance, don't hesitate to contact us at support@tmatesoft.com