Enumeration RemoteCommand

RemoteCommand defines the subcommands recognized by the Git remote command.

Enumeration Members

Add: "add"

Adds a remote for the repository.

GetUrl: "get-url"

Retrieves the URLs for a remote.

Prune: "prune"

Deletes stale references.

Remove: "remove"

Removes a remote.

Rename: "rename"

Renames a remote.

SetBranches: "set-branches"

Changes the list of branches tracked by a remote.

SetHead: "set-head"

Sets or deletes the default branch for a remote.

SetUrl: "set-url"

Changes the URLs for a remote.

Show: "show"

Obtains some information about a remote.

Update: "update"

Fetches updates for remotes or remote groups in the repository.