The ‘git remote add’ command is used to create an entry in your GIT configuration that specifies a name for a particular URL. ‘git clone’ is an altogether different command, which creates a new GIT repository by copying an existing one located at the URL.