Question - What is the difference between ‘git remote’ and ‘git clone’?
Answer -
‘git remote add’ creates an entry in your git config that specifies a name for a particular URL whereas ‘git clone’ creates a new git repository by copying an existing one located at the URL