Configure submodule to be able to commit and update from another repository
On the submodule repository: `git config receive.denyCurrentBranch updateInstead` [Reference](https://stackoverflow.com/a/28262104)