...
Info | ||
---|---|---|
| ||
The following instructions use an example Git repository. Substitute the repository and branch for your development environment. |
- In the Datical DB GUI, click Open Perspective, then select Other.
- Select Git Repository Exploring.
- Click the
Clone a Git repository
link.
go to File menu and select Import - Choose Git > Projects from Git
- Click Next >
- Select Clone URI
- Click Next >
- In the URI field, copy and paste the Git clone URL from your Git repository. Rest of the fields should automatically populate based on the URI string.
- You may need to provide a User/Password for authentication if the URI is http-based. If the URI is ssh-based, then ensure that there is a public key provided for authentication with the Git repository.
- Click Next >
- Select the desired branch, then click Next.
- Verify the Local Destination for the repository, then click Next.
- Verify the Repository.
...