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

1 Answer

0 votes
by

The git clone command creates a copy of the existing central Git repository into your local machine.

...