1.

What does git clone do?

Answer»

The command creates a copy (or clone) of an EXISTING git repository. Generally, it is USED to GET a copy of the remote repository to the LOCAL repository.



Discussion

No Comment Found