When to use git remote instead of clone?

Member

by dana , in category: Third Party Scripts , 23 days ago

When to use git remote instead of clone?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by dedrick , 22 days ago

@dana 

When you want to add, change, or remove remote URL to an existing Git repository, you should use the git remote command instead of clone. The git remote command helps you to manage remote repositories and create new connections to remote repositories.