Possible Duplicate:
Detach subdirectory into separate Git repository
I guess what I'm asking is completely impossible... but it's worth to ask :)
I've got a repository where I saved both code and binary files (like PSDs). The folders structure it's like this (hugely simplified):
- GIT-PROJECT
- DESIGNS
- CODE
What I'd like to do now is splitting DESIGNS and CODE... I will then move DESIGNS to Dropbox and instead carry-on saving CODE on github.
So... my question is can I start a new git repository with CODE as root and keep the commit history for that folder?
NOTE: one of the reasons why I wanna get rid of the DESIGNS folder is that I need to save space :) DESIGNS got huge during the time... and I would prefer not to upgrade my Github paid plan because of that.
Thanks!