cleanupConflict method

void cleanupConflict()

Removes all conflicts in the index (entries with a stage greater than 0).

Throws a LibGit2Error if error occured.

Implementation

void cleanupConflict() => bindings.conflictCleanup(_indexPointer);