Git Pull
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Fetches and merges changes from the remote repository into the current branch.
Inputs
Section titled “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
Section titled “Outputs”| Port | Description |
|---|---|
| Executes if the pull operation is successful. | |
| Executes if there is an error during the pull. |
Addendum
Section titled “Addendum”This node performs a git pull operation on the working tree of the provided repository.
ID: core/git-pull@v1