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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

(info) This activity needs to be performed by Qualitia Administrator who is responsible for creating projects. 

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 prefered repository name.
  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.

  • No labels