How to update submodules in Git repo?
Sat, Jul 18, 2020
One-minute read
If you would like to update submodules in your git repository, you have to call below command:
git submodule update --remote --merge
Then you have to add new changes in submodules and commit them classic.
Newsletter
Thank you for visiting my website. I hope you enjoyed content which I prepared and learned something valuable from it. If you want to be informed about my next entries or occasionally get a message with a collection of some interesting links, please subscribe to my newsletter. I will be extremely pleased if you do this and join my community!