Add a parent directory to a git repositoy
- by Simon Leblanc
Hi,
I have created a git repository for the C implementation of a program.
I am about to add a Matlab implementation and I would like to have a single repository with two subdirectories: one for the C and one for matlab.
Of course, I would like to keep the full history too!
What should I do?