I've created branchA
from the dev
branch and it contains some configuration files that I've skip worktree'd . I have made additional changes to non-skip-worktreed files. I'd like to merge these changes back into dev, but not merge the skip-worktreed files. What is the best way to do this?
In summary this is what I want to do :
- merge my changes into dev ( but not the configuration files)
- delete the old branchA
- create a new branchB that contains the updated dev branch along with my old configuration files from branchA