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

[WIP] Detached mode

Open RobinBressan opened this issue 8 years ago • 0 comments

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

RobinBressan avatar Mar 16 '17 08:03 RobinBressan