git remote add just creates an entry in your git config that specifies a name for a particular URL. You must have an existing git repo to use this.
git clone creates a new git repository by copying an existing one located at the URI you specify.
git remote add just creates an entry in your git config that specifies a name for a particular URL. You must have an existing git repo to use this.
git clone creates a new git repository by copying an existing one located at the URI you specify.