Remote
Remote
git remoteTo check the configuration of the remote server, run the git remote command.
Verbose output
git remote -vAdd Remote Server
git remote add github-url
Ex: git remote add https://github.com/demo/demo.gitRemove Connection
git remote rmRename Remote Server
git remote renameChange Remote
git remote set-urlFetch Remote Server
git remote fetchLast updated