You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
.git file 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).
The text was updated successfully, but these errors were encountered:
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:
.git
file 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).The text was updated successfully, but these errors were encountered: