Versions Compared

Key

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

...

  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).