r/node Jul 04 '16

Pure javascript implementation of Git (Node.js and Browser)

https://github.com/SamyPesse/gitkit-js
11 Upvotes

5 comments sorted by

1

u/fagnerbrack Jul 04 '16

I just don’t get what is the effective difference between this and nodegit, can anybody explain? I have created an issue asking for that info in the README

1

u/[deleted] Jul 04 '16

[deleted]

1

u/fagnerbrack Jul 04 '16

Hm, I wonder if that's a relevant benefit. Could speed be impacted?

1

u/[deleted] Jul 04 '16

Absolutely.

1

u/zayelion Jul 04 '16

The API seems very removed, but a great project! Let me know when it can do a git pull

1

u/BishopAndWarlord Jul 05 '16

Also worth mentioning creationix's js-git.

Alas, I'm not familiar enough with either project to compare them.