I have a project and a utility library. The project uses the utility library as a submodule. Works fine. But if I made a change to the library I have to commit it and push it to github. Then ‘git submodule update ‘ in the main project.
Is there some way I can sync local changes without pushing (I manually copy at the moment)