kevmoo / git

A dart wrapper around the git command line binary

Home Page:https://pub.dev/packages/git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this require a locally installed git?

huy-vuong opened this issue · comments

I'm interested in using this for mobile and web if it can write to repos (commit, push, etc.). If I wanted to use this on Android or so, do I need to set anything up in advance to make it work?

commented

Yes it does, see top_level.dart#L13.