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