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 repostitory that was shown in the accelerators if you want to re-use it.

Git Integration

To clone any repository from the Github to your workspace, Follow below steps.

  • Copy the HTTP URL from the desired GitHub Repository.

  • Run the following commands.

bash
# To clone a repository to your workspace.

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.