How to Clone from Github?

Github is one of the most important platforms for programmer. However, it is not easy for beginner to understand it. So, here I will explain some crucial features in Github. One of which is Clone feature that we all absolutely need.

To clone from Github, you just need to copy the https link from the site. Then open the location where you want to clone the file your computer. Open terminal from that location. Then type:

git clone [paste the https link]

Leave a comment