Suppose there are 2 projects in the master branch:
- Project A
- Project B
Now I have created a branch from master
called develop
, which has one project of the master
branch: Project A
If someone has changed files in ProjectA in master branch, how can I pull those into develop
branch?
I don't want ProjectB in develop
branch.