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

Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top