Easy one-time git subtree merge
The situation: Have a git project (A) Have a second git project (B) that I want to merge to A under a directory This needs to be done once. After that, project B will not be re-sync to A’s subdirectory Need to preserve history The actual situation: I have a git project that is named …