how to clone the code from github code example
Example 1: clone code github
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
Example 2: clone github repository
git clone https://github.com/rouissi-iheb/VueJS-crud-Frontend
Example 3: how to pull git repository from github
git clone [email protected]:username/repo.git
Example 4: cloning projects from github to local repository
cd [projects-folder]
gh repo clone [user-name]/[project-name]