I had a need to take a folder in one git repository and create a whole new git repository with it, preserving history for all files inside. My desire to keep git history made the process a bit more complicated than simply copying the directory into a new git repository. First, create a new folder … Continue reading Move git subdirectory into new repo
The post Move git subdirectory into new repo appeared first on Technicus.