git-sync-js
git-sync-js copied to clipboard
JS implementation for Git-Sync, a script that backup notes in git repo to the remote.
So won't have conflict mark in fields ``` > a5907ef (使用太记桌面版同步) ```
https://stackoverflow.com/questions/66449211/a-lock-file-already-exists-in-the-repository-which-blocks-this-operation-from-c
 Welcome to [Reviewpad](https://github.com/reviewpad/reviewpad)! This is an onboarding pull request to help you configure Reviewpad before it starts speeding up and securing your pull requests. **To activate Reviewpad, merge this...
https://github.com/isomorphic-git/isomorphic-git/issues/1110
Dugite is getting slow after macOS BigSur, so for some inspect functions, that doesn't need advanced git command, we can use isomorphic-git instead.
The lib is crashing when used with a typescript configuration: `tsconfig.json` : ``` { "compilerOptions": { "target": "ESNext", "sourceMap": true, "outDir": "dist", "strict": true, "lib": ["esnext"], "esModuleInterop": true, "moduleResolution": "node16",...