Login
Remember
Register
Ask a Question
What is the use of a Git clone?
0
votes
asked
Mar 26, 2021
in
Git
by
rajeshsharma
What is the use of a Git clone?
git-clone
git
clone
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 26, 2021
by
rajeshsharma
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’.
...