Right now I'm working on a fork of a project and I need to cherry-pick some changes from the master branch to the forked branch.
The problem is that master is updated to the new project structure.
So source files are located in ./src/main/java
instead of ./src
Any suggestion how to cherry-pick changes from master?