====== Git stuff ====== ===== Create a subrepos from a larger repos ===== Clone the main repository in a separate directory: git clone git@github.com:jvehent/bigproject.git Keep only the subdirectory for Project1 git filter-branch --prune-empty --subdirectory-filter Project1 -- --all