コンテンツにスキップ

Git Pull

このコンテンツはまだ日本語訳がありません。

Fetches and merges changes from the remote repository into the current branch.

PortDescription
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.
PortDescription
Success
Executes if the pull operation is successful.
Error
Executes if there is an error during the pull.

This node performs a git pull operation on the working tree of the provided repository.

ID: core/git-pull@v1