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.
Asked
Active
Viewed 94 times
0
-
2Even if you could I don't think that would be a good workflow. – jcm Jan 15 '14 at 15:12
-
1you should be merging commits and not folders – bjhaid Jan 15 '14 at 15:13
1 Answers
1
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.