I have a branch that contains the contents of the main branch as a subdirectory. Now I have made some changes to this subdirectory. Ideally, I want to be able to merge these changes back into the main branch.
Branch:
index.html subdirectory > a.txt > b.txt
Master layout
a.txt b.txt
How can I do it? Is this even a good approach? In SVN, I avoided merging the subdirectories back into the trunk. But this is a slightly different use case, the location of both the branch and the wizard will never change.
source share