TIL: git update-index –skip-worktree <filename>
TIL about this option. git update-index --skip-worktree .obsidian/workspace.json I have obsidian on multiple machines synced via git and I'm always wrestling with .obsidian/workspace.json conflicts, and today I thought enough is…