Hey everyone,
I’ve been running into an odd issue where changes I make inside Cursor aren’t consistently reflected in my Git repo, and sometimes changes from Git don’t appear back in the editor either. This usually happens after branch switches or pulling updates from remote.
My setup uses unified storage so multiple projects can share the same files, which I thought would simplify things — but it seems like something is getting lost in the sync process. I’ve double‑checked permissions and tried manual refreshes, but no luck so far.
Has anyone else seen this behavior? Is there a recommended way to keep things properly in sync, or do I need to tweak my workflow? Any pointers would be appreciated!