json-git icon indicating copy to clipboard operation
json-git copied to clipboard

A pure JS local Git to versionize any JSON

Results 6 json-git issues
Sort by recently updated
recently updated
newest added

I can get JSON tree from the head of any branch but how to get tree from any commit? Maybe exists some hacky solution?

This PR add the ability to checkout any commit. The repository is therefore in detached mode. - [x] Update `createRepository()` to allow detached mode - [x] Update the merge method...