Task: copy only the changes for specific subfolders from a source branch into a destination branch.
Example branches:
- source branch:
feature-source-branch - destination branch:
feature-destination-branch
There are two valid approaches depending on whether you want to preserve commit history or only bring over the final state of the folder.