pygit2
pygit2 copied to clipboard
Pygit2 Garbage collector method
Is there any way to execute a method like git gc --prune=now using pygit2?
It would come in very handy to be able to get rid of unused commits that are lying around using disk space.