how to clone a repository in github code example
Example 1: clone github repository
git clone https://github.com/rouissi-iheb/VueJS-crud-Frontend
Example 2: clone repository git
git clone https://[email protected]/teamsinspace/documentation-tests.git
Example 3: cloning projects from github to local repository
cd [projects-folder]
gh repo clone [user-name]/[project-name]
Example 4: clone github project
git clone <SHH key>