$ cd my_submodule$ git checkout -b topic[edit]$ git push origin HEAD (push submodule first)$ cd ..$ git commit -a$ git push origin (push main repo afterwards)