gitdoc
gitdoc copied to clipboard
VS Code extension that allows you to edit a Git repo, like it's a multi-file, versioned document.
Hi, the remote name is hard coded to be origin and I just have been bitten by this. Should I make a PR against the Readme to document it, or...
My team would be interested in a pull strategy explained in this short video despite the clickbaity title: https://www.youtube.com/watch?v=xN1-2p06Urc The idea basically is to minimize the number of merge commits...
Hi Team. Thanks for this great tool. I use this to sync my `todo, notes and journal` across different devices. I have all my notes, daily todo as part of...
Hello there, Just discovered GitDoc and I like it very much! Everything works as expected , for me, apart from this small glitch: Regardless of my settings inputs for TimeZone...
Fixes #81 This PR adds a new Option in the Extension Settings to enable or disable Git-Hooks. It is using the git API of VS Code with ne noVerify gitOption.
Hey, as in my Team we are using global git hooks it would be great to have an OPtion to disable git hooks with the -n / --no-verify cmd argument....
Hi, this is a great project, I absolutely love it. VSCode allows one to auto-generate a commit message using Copilot.  I'm wondering if it's possible for GitDoc to have...
Use `onStartupFinished` instead of `*` to minimize performance impact on vscode startup. https://code.visualstudio.com/api/references/activation-events#onStartupFinished
Sometimes I find the 30 seconds automatic commit / pull / push timer a little too long, and it's a little annoying when I stop what I'm doing to think...
Fixes #77 This PR introduces a new “GitDoc: Commit” command, that is available when GitDoc is enabled, and allows you to trigger a manual commit (as opposed to waiting for...