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