Merging two branches A and B where A contains files that were deleted from B
问题 Ok, so the basic idea is that there are some files that I want to ensure get reinstated or "undeleted". I am not exactly sure what happened, but I have git branches A and B and I am 99% that B was branched off of A. After I created B, I deleted some files from B and then made a lot of changes. I now want to merge with A, but I am afraid that what will happen is that the deleted files from B will be permanently dropped when I merge the branches. Has anyone handled this type of situation before