in Git by (23.9k points)
What is the use of a Git clone?

1 Answer

0 votes
by (23.9k points)
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’.

Related questions

0 votes
asked Aug 16, 2020 in Git by RShastri (1.7k points)
...