Question

I'm working with git and each developer has yours branches with new features separately, so I want just merge a piece of code (folder) to my branch.

Was it helpful?

Solution

Read this link How do you merge selective files with git-merge?. It may help you. its about selective merging so you can try to merge only that folder.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top