We have a gitlab repository gitlab modular project and many branches. I want to synchronize my branch with the branches of other developers and now I need to copy the dev branch of dashboard_dev another developer into my dev branch. I work with git through the Intellij IDEA menu: I select VCS -> Git -> Pull, in the menu I check the box next to the dashboard_dev branch and click Pull . It was possible to get a part of the project, but the dashboard-core module, located in the dashboard-dev branch, could not be spooled. Now this module is in the remote branch, but not in the local one.
Why did this happen? How can I tilt this module myself?