Versions Compared

Key

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

After you clone the repository and completed initial commit, you can now add the new Qualitia project to Bitbucket repository. You can enter following commands using Git Bash to add your project (with artifacts like Tasks and Test cases) to the bitbucket repository.

Each project added to the Bitbucket repository is treated as a separate branch. This makes tracking changes made to Qualitia artifacts easier.

Info

This is a one-time activity for each project.

To add Qualitia Project to the Bitbucket repository:

  1. Navigate to the folder where you have cloned the repository.
  2. Launch Git Bash.
  3. To create separate branch in the Bitbucket repository to store the project, enter the following command.

    Code Block
    $ git branch <project name>


  4. To checkout this newly created branch on the local system, enter the following command.

    Code Block
    $ git checkout <project name>


  5. To add projects artifacts into the bitbucket repository, enter the following commands:

    Code Block
    linenumberstrue
    $ git add <project name>_projectdb/Tasks/
    $ git add <project name>_projectdb/TestCases/


  6. After you add project artifacts, commit and push the changes to the repository adding appropriate comments.

    Code Block
    linenumberstrue
    $ git commit -m '<project name> <your comment>'
    $ git push --set-upstream origin <project name>


  7. Now copy the parent directory path in which you have checked-out the project and set it as Qualitia ProjectPath (in Configuration Setting).