◷ Reading Time: 3 minutes
In this article, we are going to show you how to clone an existing remote repository to FlexRule Designer.
Open FlexRule Designer
You will see the following home page when you open the Designer.

Select Clone Option
Click on the Clone a Repository option on the home screen.

Provide Repository Information
You will need to provide the following information.
- Repository: The URL of the repository to clone
- Check Out Folder: The folder to copy the filed when cloning
- Branch Name: If your default branch is
master
and you want to clone themaster
branch, you can keep this empty. Otherwise, if there is an specific branch you want to clone, provide the branch name. - Credentials: Username/Password or Private Access Token to clone private repositories

How to Retireve the Repository URL
Let’s see how to get the repository URL.

Azure Repo
If you are using Azure Repo, go to your repository and click on Clone to get the Repository URL.

Copy the URL under HTTPS.

GitHub
If you are using GitHub, go to your repository and click on Code to get the Repository URL.

Copy the URL under HTTPS.

Click OK.

The project will be cloned and opened.
