Versions Compared

Key

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

...

Prerequisites

How to get the project code on your machine

  1. Please log into services.burti.lv/stash:
    Image RemovedMake sure you are logged in to the Atlassian product suite. You most likely already are, if you are reading this.
    Navigate to https://bitbucket.org/burti

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

     Image Added


  3. Choose a Repository.
    Since one A project may contain one or several repositories the , and a list of all available repositories is displayed:
    Image Removed
    Image Added

  4. On the left side under Actions, please click Clone button to clone (copy) repository to your computer. the top right corner of the screen press the Clone button.
    Please note that under the "Source" label above the folder/file listing there is a dropdown saying "master", where you can select the branch you would like to clone from. 
    Go through manual Usage of Git master and develop branches in code deployment to get an overall understanding about the branch concept and how we use it.
        Image RemovedImage Added

    Tip

    Please note that stash Bitbucket will show you list all the files that repository hasare placed in the root folder of the repository. Usually it will contain just contain a "halcust" folder, but sometimes also "halpatch" and other folders if they are needed for customisations of your the system.


  5. A window with a repository URL a button Clone in SourceTree and several options and buttons will appear. In the top right corner drop-down select HTTPS instead of SSH.
    Click on Clone in SourceTreeSourcetree.
    Image RemovedImage Added

  6. If Your Browser asks may ask 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.
    Image Removed
    Then a Sourcetree program - kindly allow it to do so.



  7. 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 click Clone button.

...