0

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.

Thiago Valentim
  • 500
  • 6
  • 14

1 Answers1

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.

Community
  • 1
  • 1
LearningC
  • 3,182
  • 1
  • 12
  • 19