Zum Inhalt springen

Git Commit

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Creates a new commit from the staged changes.

PortDescription
invalid port type: git-repo Repository
The Git repository object from a clone or open node.
Message
The commit message.
Author Name
The name of the commit author. Overrides the repository’s config.
Author Email
The email of the commit author. Overrides the repository’s config.
Stage Changes
Whether to stage all changes before committing.
PortDescription
Success
Executes if the commit is created successfully.
Error
Executes if there is an error during the commit.
Commit Hash
The full hash of the newly created commit.

This node records the changes currently in the staging area to the repository’s history.

The repo input should be connected to the output of a git-clone or git-open node. The author information is optional; if not provided, it will be taken from the repository’s Git configuration.

ID: core/git-commit@v1