git_remote_delete

Delete an existing persisted remote.

All remote-tracking branches and configuration settings for the remote will be removed.

extern (C) nothrow @nogc
int
git_remote_delete

Parameters

repo libgit2_d.types.git_repository*

the repository in which to act

name const(char)*

the name of the remote to delete

Return Value

Type: int

0 on success, or an error code.

Meta