Skip to main content
Version: 3.2

Git Integration

To integrate with the Github simply launch a terminal from New Launcher and use the following commands to download the repository to your workspace. You can clone the repository that was shown in the Accelerators section to reuse it.

Git Integration

To Clone the repo from GitHub into the workspace to follow below steps.

  • Copy the HTTP URL from the GitHub Repo.

  • Run the below commands.

# Run the below commands.

git clone https://github.com/katonic-dev/repo_name.git
cd repo_name
git checkout-b branch_name

To clone the repository that we are going to show case in this demo. Use this Link

When you use these commands to get integrated with git, you'll able to see the repository inside your workspace. Now you can get proceed with all the remaining operations based on the project life cycle.