json-git
json-git copied to clipboard
[WIP] Detached mode
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 to allow any commit as target
- [ ] Add tests
- [ ] Update README