git_remote_delete

Delete an existing persisted remote.

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

@param repo the repository in which to act @param name the name of the remote to delete @return 0 on success, or an error code.

extern (C) nothrow @nogc
int
git_remote_delete

Meta