Is there a form to do checkout of a specific folder from other branch to my branch by git?

StackOverflow https://stackoverflow.com/questions/21141056

  •  28-09-2022
  •  | 
  •  

質問

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.

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top