I am having some issue after I merged the code and the package/folder named are not showing as expected.
For example:- in master branch, someone has changed the below package name and pushed the code
com.example.mainDirectory => com.example.maindirectory
Folder structure
src > java >main >com>example>mainDirectory ==> src > java >main >com>example>maindirectory
Now in my local branch I am trying to merge the latest code from master, but the folder stanture for the adobe change is not reflecting, it's still showing src > java >main >com>example>mainDirectory
instead of src > java >main >com>example>maindirectory
How I can resolve this issue ? so that it should sync with the master branch