When to use git remote instead of clone?

Member

by dana , in category: Third Party Scripts , 7 months ago

When to use git remote instead of clone?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by dedrick , 7 months 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.

Related Threads:

How to use mysql instead of mariadb in symfony 5?
How to remove .git directory while using git clone?
How to create a remote repository from a local repository in git?
How to clone a Git repository?
How to clone a subset of git branches?
How to clone repository from git to separate directories?