Git Pull
Fetches and merges changes from the remote repository into the current branch.
Inputs#
| Port | Description |
|---|---|
invalid port type: git-repo Repository |
The Git repository object from a clone or open node. |
invalid port type: credentials |
Optional credentials for accessing private repositories. If not provided, the node will use the default Git configuration. |
Outputs#
| Port | Description |
|---|---|
| Executes if the pull operation is successful. | |
| Executes if there is an error during the pull. |
Addendum#
This node performs a git pull operation on the working tree of the provided repository.
ID: git-pull@v1