Versions Compared

Key

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

If you already have some Qualitia projects on Bitbucket are already synchronising existing set of projects with Bitbucket repository and now you want to add create new Qualitia projects into Bitbucket repository,

From the File Explorer, launch

project in Qualitia, you must first create the project branch in the Bitbucket repository.

  1. Launch Git Bash.
  2. Navigate to the Qualitia Project path.
    You will find this location in Configuration Setting > Dependency section.
  3. Enter the following commands:

    Code Block
    $ git branch <ProjectName>
    $ git push --set-upstream origin <project name>


  4. Create new project from Qualitia Automation Studio.