git-node-fs
A node adapter for the fs-db mixin for js-git. This enables access to Git repositories on the filesystem using Node.js.
var repo = {};reporootPath = path;var fs = ;repo fs;
Or use the provided mixin directly.
var repo = {};var path = path;repo path;