On 2014-12-11 15:52, Ronald Wampler wrote:
You need to set the submodule directory as the project directory (or make sure that the submodule is at the top level in the file browser) so that the commits are performed in the submodule repo. Also, you will need to create/switch to a branch in the submodule since the git TM bundle will not let you make commit on a detached HEAD (though git itself allows this).
So that means it doesn't work basically :(