0 votes
in Git by

How is ‘git remote’ different from ‘git clone’?

1 Answer

0 votes
by

git remote’ helps in the creation of an entry in the git config while specifying a name for a specific URL. On the other hand, ‘git clone’ helps in the creation of a new git repository through copying an existing repository in the URL.

Related questions

0 votes
asked Aug 24, 2023 in Git by JackTerrance
0 votes
asked Aug 24, 2023 in Git by JackTerrance
...