Is there a Javascript implementation of Git?
I\'m wanting to use HTML5 to create a rich Javascript application and have the idea that I could use git to track change
Check out: https://github.com/danlucraft/git.js
A pure js implementation of git in javascript.