Login
Remember
Register
Ask a Question
What is the use of git clone command?
0
votes
asked
May 21, 2020
in
Git
by
SakshiSharma
What is the use of git clone command?
#git-clone-command
#git-clone
#git-command-clone
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 21, 2020
by
Robindeniel
The git clone command creates a copy of the existing central Git repository into your local machine.
...