Document toolboxDocument toolbox

Getting New Qualitia Projects From the Remote Repository

In case you already have the repository cloned at your system and now you want to get new Qualitia project to work on, you need to checkout these projects from the remote repository.

To checkout new Qualitia projects:

  1. Navigate into the folder where you have cloned the repository on the local system. 
  2. Right-click and select the GIT Bash here option.
  3. Enter the following command to checkout the project branch which you want to work on.

    $ git fetch && git checkout <ProjectName>

    This will checkout the project folder (<ProjectName_projectdb>) into your local repository. 
    You can now start working on the newly checked-out Qualitia project.