Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Please log into services.burti.lv/stash:

  2. Choose a project from the project list.
    You will be able to see only the projects you have access to:

     

  3. Please choose a Repository.
    Since one project may contain several repositories the list of available repositories is displayed:


  4. On the left side under Actions, please click Clone button to clone (copy) repository to your computer. 
    Please note that under the "Source" label there is a dropdown, where you can select the branch you would like to clone from. 
    Please go through manual Usage of Git master and develop branches in code deployment to get an overall understanding about branch concept and how we use it.

        

    Tip

    Please note that stash will show you all files that repository has. Usually it will just contain "halcust" folder, but sometimes also "halpatch" and other folders if they are needed for customisations of your system.


  5. A window with repository URL a button Clone in SourceTree will appear.
    Please click on Clone in SourceTree.


  6. If Browser asks for permission to launch your SourceTree program, please Click on Launch Application.
    If you don't want to see this window again you may mark Remember my choice for all links of this type.


  7. Then a window will appear where you need to choose:
     - Checkout branch (see point 4.)
     - Destination Path (specify location where local files from repository will be stored) 
     - Bookmark Name (local name for repository: since there can be several projects you are working on, please choose convenient name for this repository).
    Then please click Clone button.
    Image RemovedImage Added

Proceed to the destination path you have selected in the previous step.
If running a test environment on the same machine you are cloning this code to - you may either use symbolic links to link needed folders to your development environment or just copy the folders there.

...