Tech/VirtualBox.md
... ...
@@ -37,3 +37,8 @@ vboxmanage start WinDev2212Eval --type headless
37 37
- Optimize Windows for performance
38 38
- Desktop background: solid gray
39 39
- Remmina: disable smooth scrolling
40
+
41
+
42
+# Filesystems
43
+## Sharing Git Repos
44
+- Mounting a linux-hosted git repo into the Windows VM doesn't work because the [git cache format is different between Windows and Linux](https://stackoverflow.com/questions/59061816/git-forces-refresh-index-after-switching-between-windows-and-linux)