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
  •  | 
  •  

Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top