It seems, I have changed not only my backend files on the remote branch, but also many frontend files. Now they are changed in my branch and I can't merge it to the master branch.
How can I copy files chosen by extension from one branch into another?
- I am on the feature branch.
- The numerous *.html files in the project and on the feature branch are bad.
- There are many useful current changes in .java and .xml on the feature branch.
- I want to get all *.html files from the current master branch and put them into the current project. Or to the feature branch.