How to clone a Project from Git Hub

 1 - Log into Github and go to the project that you have to clone.

\

2- Select the green color code button and copy the link.


3- Create a Project folder on Desktop. Open git bash in the newly created project folder.
and give this command

git clone [paste the URL that copied  from the github]


4- Finally you can view your cloned project in the Projects folder. That it!











Comments