0 votes
in Git by
What is the use of a Git clone?

1 Answer

0 votes
by
The Git clone command lets you copy the existing Git repository. If you want to get a copy of the central repository then the best way to do it is using ‘cloning’.
...