/
Getting New Qualitia Projects From the Remote Repository

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.

Related content

Cloning Bitbucket Repository and Checking-out First Qualitia Project
Cloning Bitbucket Repository and Checking-out First Qualitia Project
More like this
Prerequisites, Privileges, and Configurations
Prerequisites, Privileges, and Configurations
Read with this
Getting New Qualitia Projects From the Remote Repository
Getting New Qualitia Projects From the Remote Repository
More like this
Adding the Existing Qualitia Projects to Bitbucket Repository
Adding the Existing Qualitia Projects to Bitbucket Repository
Read with this
Getting New Qualitia Projects from Remote Repository
Getting New Qualitia Projects from Remote Repository
More like this
Cloning Bitbucket Repository and Checking-out First Qualitia Project
Cloning Bitbucket Repository and Checking-out First Qualitia Project
More like this