Skip to Content
DocumentationAI DOCS Setup GuideCloning the Repository

πŸ‘§πŸ»πŸ‘§πŸ» Cloning the Repository

Note

Do the following steps below if you want to just browse, explore, or test the repository without planning to contribute back.

Step 2 Copy the URL

powershell
[email protected]:ai-product-dev/hedwig.git

Node.js installation tools option

Step 3 Navigate to the Directory

  • Navigate to the directory where you want to clone the repository.

Using Terminal

  • Type cd path\to\your\projects (e.g., gitlab-projects)

    Node.js installation tools option

Using File Explorer

  • Go to your chosen folder. (e.g., gitlab-projects)

    Node.js installation tools option

  • Right click on the white area and select Show More Options. Then, select Open Git Bash here.

    Node.js installation tools option

Step 4 Clone to the Directory

  • Type β€œgit clone” and paste the copied URL ([email protected]:ai-product-dev/hedwig.git) from the repository.

Using Terminal

  • Press Ctrl + V to paste the URL.

    Node.js installation tools option

Using Git Bash

  • Right click on the black area to paste the URL.

    Node.js installation tools option

    Node.js installation tools option

Last updated on