I have an existing git repository with a reasonable amount of history that I don't want to lose. The problem is that I would like to add directories that are above the current git root dir. I know that the following wont work:
git add ../[dir]/[filename]
It would seem that I need to do an export/import to get this working. Can anybody help me save my history? Am I on the right track, or is there a much simpler way to do this?