Hi, I have two git projects A and B, content of B is subset of A. For example, Project A and B's tree are as below: A --- dir1 --- dir2 --- dir3 |---file1 |---dir4 |---dir5 --- dir6 --- dir7 B --- dir1 --- dir3 |--- file1 |--- dir4 When there's new changes in project A, how can I merge them to project B without changing B's directory structure? Your help will be highly appreciated. Thanks, Emily -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html