Git Subtree Merging reports conflict when merging a simple upstream change
问题 I'm getting started with learning subtree merging in git 1.8.2. I have created a simple example to test a change to a third party repo migrating into a main project. I'm following the 6.7 Git Tools - Subtree Merging example. The 'sub' project is included as a subdirectory in the 'main' project. After I make a change to the 'sub' project, git reports a conflict when I try to merge the change into the 'main' project. Test Summary Created repos for projects 'main' and 'sub' (sub instead of rack)