generated from haydenull/logseq-plugin-react-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
If you have your LogSeq folder inside of a repo, and not the repo itself, attempting to push creates a .git file (not folder) in the LoqSeq folder with a reference to the directory it is in. This is forcing git to treat the folder like a submodule and ignore the changes to the subfolder.
Steps to repro:
- Checkout a repo
- Create a LoqSeq graph stored in a sub folder of that repo
- Make change
- Commit and push, "No changes to push".
.gitfile now exists in LogSeq folder.
In troubleshooting I ran all the commands, as run by the plugin, I wasn't able to produce this with git exclusively so it does seem to be something happening in the plugin itself as I also cannot reproduce without the plugin (no plugin, no .git file).
Metadata
Metadata
Assignees
Labels
No labels