Javascript Git client

前端 未结 5 1787
孤独总比滥情好
孤独总比滥情好 2020-12-23 14:10

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

5条回答
  •  清歌不尽
    2020-12-23 14:54

    Check out: https://github.com/danlucraft/git.js

    A pure js implementation of git in javascript.

提交回复
热议问题