Hi, > If you do whatever git command that pulls from the remote or pushes to the > remote, what will happen to files in the linked in directories? Nothing - they are not updated or overwritten.
It does however stop you from running a few git commands as the link is regarded as something that's an unchecked change. Justin