How do I update submodules to latest?

Table of Contents

1. Question

How do I update every git submodule in the repository to the latest commit on its tracked branch?

2. Answer

git submodule update --remote

Emacs 29.3 (Org mode 9.6.15)