| remotes {gert} | R Documentation |
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 = ".")
repo |
a path to an existing repository, or a |
name |
unique name of the remote |
url |
server url (https or ssh) |
refspec |
optional string with the remote fetch value |