π§π»π§π» 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 1 Get Repository Link
- Go to the repository link: https://gitlab.forge99.com/ai-product-dev/hedwigβ
Step 2 Copy the URL
powershell
[email protected]:ai-product-dev/hedwig.git
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)
Using File Explorer
-
Go to your chosen folder. (e.g., gitlab-projects)
-
Right click on the white area and select Show More Options. Then, select Open Git Bash here.
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.
Using Git Bash
-
Right click on the black area to paste the URL.
Last updated on