does anyone know if there is kotlin bindings for libgit2 or a kotlin implemenation of git like JGit ?
if not i might just fall back to running git commands directly.. i just plan to do simple things like clone, add, commit and tag, push
c
Czar
02/01/2019, 8:14 AM
I'm using Grgit, it's a Groovy wrapper over JGit. For simple things I usually need it for, it's ok. Example: