I want to add an external directory to an existing repository.
External Dir: /home/some/directory
Working Dir: /htdocs/.git
If I attempt the followin
Or you can use submodule if you want to work across different git repos (ln doesn't work in this way). Try 'man git-submodule'.