git: solving conflicts caused by rebase
问题 because I did something really bad in the past, I have to insert an empty commit at beginning for a rebase. When doing the described steps of the solution (found here Insert a commit before the root commit in Git?) I struggle at the rebase command because of many merge-conflicts. Some are so complicated that it is almost impossible for me to solve them. Most of them have following structure: --A---B---C-- B changes file 'foo.txt' \ / D and E change file 'file.txt' D---E git rebase tries to