Document toolboxDocument toolbox

A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Creating a Repository for Qualitia Projects

After you configure SourceTree, you can now create a repository on the local system.

These steps should be performed by Bitbucket administrator who is responsible for creating and maintaining Bitbucket repositories.

To create a repository:

  1. Launch SourceTree.
  2. Click Create.
  3. In the Destination Path, select a folder path where you would like to save and work on your local repository.
  4. Enter the preferred repository name.
    (info) Repository name should not contain white spaces.
  5. Select GIT.
    (info) Qualitia supports GIT repositories only. Support for Mercurial is not yet added.
  6. Select the Create Repository on Account option.
    In Repository Settings, Bitbucket account details appear that are added while configuring SourceTree. 
  7. Add Description, if required.
  8. Select Is Private option to mark this repository as a private repository. 
    Keeping repositories private enables you to control who can access and update data from your repository. This is important to avoid discrepancy in the project data.  

  9. After the repository is created, add a sample text file into the repository and commit it.
  10. To commit sample file, 
    1. Navigate into the folder where you have created the repository on the local system.
    2. Create a new sample.txt file with sample text in it.
    3. From SourceTree, stage the file and add comment, if required.
    4. Select Push changes immediately option and click Commit.

This is a one-time activity for each repository you create on Bitbucket. Commiting sample file is mandatory for creating new branches into the repository to add Qualitia project data.

Not finding what you need?