Add, remove and list remotes.
git_remote_list(repo = ".")git_remote_add(name, url, refspec = NULL, repo = ".")
git_remote_remove(name, repo = ".")
git_refspecs(repo = ".")
unique name of the remote
server url (https or ssh)
optional string with the remote fetch value