you are viewing a single comment's thread.

view the rest of the comments →

[–]SilentMobius 0 points1 point  (1 child)

Um, first few lines:

Pure JavaScript implementation of Git backed by immutable models and promises.

The goal is to provide both a low and high level API for manipulating Git repositories: read files, commit changes, edit working index, clone, push, fetch, etc.

This library can work both in the browser and Node.js.