0 votes
in Git by
Highlight the function of a clone in Git?

1 Answer

0 votes
by

The clone in Git is a command that generates a copy of an already existing repository in Git.  If you have to obtain the duplicate copy of a vital repository, ‘cloning’ as they call it is the most frequent way which is used by programmers to do that.

Related questions

0 votes
asked Sep 3, 2020 in Git by SakshiSharma
0 votes
asked Oct 16, 2019 in Git by rajeshsharma
...