git_pull
Pulls the latest changes from a remote Git repository to update your local branch.
Instructions
Pull changes from a remote repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | The branch to pull. Defaults to the current tracking branch. | |
| remote | No | The remote name. Default: "origin". | origin |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||