Wondering if anyone can help me out with a merge problem. Here is the scenario:
- Create a new folder in Branch A
- Create one or more new files in the new folder
- Commit the new folder and new files
- Cherry pick merge the revision (the new folder and new files) to Branch B
- Commit the merged changes to Branch B
Last updated