git_reference_remove

Delete an existing reference by name

This method removes the named reference from the repository without looking at its old value.

extern (C) nothrow @nogc
int
git_reference_remove

Parameters

name const(char)*

The reference to remove

Return Value

Type: int

0 or an error code

Meta