Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save CypherpunkSamurai/c73a6b14c6d3cb219d4ce3da3fcbefce to your computer and use it in GitHub Desktop.

Select an option

Save CypherpunkSamurai/c73a6b14c6d3cb219d4ce3da3fcbefce to your computer and use it in GitHub Desktop.
Android's List of Git Implementations for later

Android List of Git Implementations

I did some research on behalf of an issue and found some interesting apps that had git support. I have listed them below and along with their git implementations.

App Git implementation
Git Journal libgit2 dart bindings
MGit JGit (pure java)
GitNext tea4j
Spck Not Yet R.E.
Zettle Notes Not Yet R.E.

Notable Libraries to be mentioned:

  • git24j - libgit2 java bindings
  • ethomson/jagged - libgit2 java bindings
  • git4j
  • jgit - Eclipse Pure Java Git

If you find anything else feel free to tag, I'll add here in case anyone's looking for it

@Litschi123

Copy link
Copy Markdown

isomorphic-git is a pure JavaScript reimplementation of git that works in both Node.js and browser JavaScript environments. It can read and write to git repositories, fetch from and push to git remotes (such as GitHub), all without any native C++ module dependencies.

Apparently works on Android 10 and above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment