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
Add a symbolic link to the directory within the repository. Then, add the same.
ln -s /home/some/directory/ git add directory