Versions Compared

Key

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

After you clone the repository, you can now add your existing Qualitia projects to the Bitbucket repository.

...

  1. Navigate into the folder where you have cloned the repository.
  2. Move your existing project folder (<ProjectName>_projectdb) to this location.
    You can get this folder at the location specified in Qualitia Configuration Setting > Dependency > Project Path.
  3. Launch SourceTree.
  4. On the left hand side, expand Branches and then Checkout master branch.
  5. Create a new branch with your Qualitia Project name.
    To create a new branch:
    1. Click Branch > New Branch.
    2. Enter New Branch name.
    3. Ensure that Checkout New Branch option is selected.
    4. Click Create Branch.
  6. After creating a branch, right-click the branch and select Push > Origin.
    Image Modified
  7. Stage all files except (.gitrefresh) and add comments, if required.

    Info

    The .gitrefresh file is generated and used by Qualitia for the internal purposes. Please do not add this file into the remote repository while adding your project artifacts.


  8. Select Push changes immediately option and click Commit.
  9. Now copy the directory path of the repository (from local system) and set it as Qualitia Project Path (in Configuration Setting > Dependency).
  10. Also, in Configuration Setting > General, select Version Control as GIT and add Bitbucket username and password.
  11. Restart Qualitia to start working on the projects that are integrated with Bitbucket repository.