There is a main "project" repository and below there are 2 "module" repositories. Directory structure is:
Project (Git)
- File1
- File2
- Modules
--- Module1 (Git)
--- Module2 (Git)
Everything seems to be setup fine so far (there are 3 entries in "settings -> version control") and VCS operations can be done per each repository.
Now when pulling changes from a module like "Module1", i want this changes to be commitable to "Project" repository, too.
The same when modifying something in "Module1": I want to commit this changes to "Module1" itself but also to the "Project" repository.
Is this possible?