To checkout, a tag on repo and all of its submodules, use the following commands.
Categories
[How To] Checkout Tag On Git Submodules
Recently I had to checkout a tag on git repo and all of its submodules. Checking out a repo using a tag is no different from checking out a repo using the branch name. In this post, I’ll be explaining how I checked out a tag in a repo and its submodules.