I'm working on git project with submodules. When I pull changes from remote repository my default change list contains changed submodule meta files:
And I need to move this files to another change list:
How I can avoid this pain useless work?
Since Android Studio 3.5 Canary 8 submodule meta files are not moving to Default Changelist after pull command. All you need move it to Git changelist (look at description of question) and forget about it.