I would like to move multiple directories from one git project to another, preserving their history. The problem is that all the examples that I see show how to make directory extraction into my own git project, keeping history with git filter-branch . Is it possible to move these directories from one repository to another, preserving my history if the recipient repository already has other files with the version (not contradicting those that need to be moved)?
Can someone please show me an example of how to do this? Thanks!
source share