Javascript Git client

前端 未结 5 1781
孤独总比滥情好
孤独总比滥情好 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:32

    This https://github.com/creationix/js-git is and will be the future!

    It is backed by a kickstarter campaign and has a very sound software design.

    Many of the client use-cases such as git clone have been implemented

    According the answer to my question on the issue tracker [1]. The author also plans to implement parts of the server side stuff to allow you to build a server with it.

    https://github.com/creationix/js-git/issues/33

提交回复
热议问题