What does git clone do?
Hello Milton,
Git clone is a command that 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.
Hope this helped
What does git clone do?
Hello Milton,
Git clone is a command that 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.
Hope this helped