Update All Submodules
git submodule update --recursive --remote
Git amend
git commit --amend
It allows you to commit new changes on the previous commit.
git submodule update --recursive --remote
git commit --amend
It allows you to commit new changes on the previous commit.