WikiGit icon indicating copy to clipboard operation
WikiGit copied to clipboard

Use isomorphic-git

Open ZeframLou opened this issue 7 years ago • 0 comments

Right now, WikiGit uses gift--a Git cli wrapper--to handle all the Git operations, which means that the user must have Git installed to use WikiGit. This is not ideal, so a Git implementation written in pure Javascript is needed. isomorphic-git is one such implementation. It is still in an early state, so we can wait till it's more complete to integrate it.

ZeframLou avatar Oct 22 '17 08:10 ZeframLou