What is Clone?
It is the process of copying all the files and history of a software project on the Internet to your own computer.
Overview
It means downloading an open source project, usually available on platforms such as GitHub, to your local environment so that you can work on it or review it. More than just downloading files, this brings up the entire development history of the project.
How it works
It is done via the command line using the 'git clone' command and the address of the project.
Where it is used
It is the first process that software developers do before starting the project.
Frequently asked questions
Can I change the project after cloning?
Yes, you can make any changes you want to the copy on your own computer, but it will not affect the original project.
Related terms
Related tools
This explanation was written in plain language for TreScout and machine-translated from the Turkish original · the Turkish version prevails. If something looks wrong or missing, write to hello@trescout.com. Read in Turkish →