git_pull_submodules
Update every submodule to the current commit of its remote branch. Fails safely if any submodule has uncommitted changes, and leaves updated pointers for you to commit.
Instructions
updates every submodule of the target project to the latest commit of its remote branch each submodule must have a clean git status, otherwise the tool fails without touching anything the updated pointers are left in the working tree so the owner decides when to commit the bump
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||