Boyang Yan

Home

❯

posts

❯

git submodule push

git submodule push

Jul 02, 20261 min read

git submodule

$ cd your_submodule
$ git checkout master
git add *
$ git commit -a -m "commit in submodule"
$ git push
$ cd ..
$ git add your_submodule
$ git commit -m "Updated submodule"

Reference List

  1. https://stackoverflow.com/questions/5814319/git-submodule-push

Graph View

Created with Quartz v5.0.0 © 2026