Boyang Yan

Home

❯

posts

❯

git submodule push

git submodule push

Apr 04, 20251 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 v4.5.0 © 2025