Skip to main content

Git Integration

To integrate with Github, simply launch a terminal from New Launcher and use the following commands to clone 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 desired GitHub Repository.

  • Run the following commands.

# 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

You can also clone the repository of the Bank Loan Default Prediction usecase that we have used for the documentation.

Once you have run these commands, you'll be able to see the repository inside your workspace. Now you can proceed with all the remaining operations based on your project life cycle.