Streamline Git operations by automating file addition, committing changes with a message, retrieving commit logs, and pushing to a remote repository using n8n's Git node.
This n8n workflow demonstrates practical use of the Git node to manage repository changes in a simple, linear automation. Starting with a manual trigger, it adds a specified file (default: README.md) to the staging area, commits the changes with a custom message like '✨ First commit from n8n', fetches recent commit logs for verification, and finally pushes everything to the remote repository. All Git nodes reference the same repository path dynamically from prior steps, ensuring seamless executi
Platform
n8n
Category
HR & Operations
Price
$9.99
Creator
Jose Maurino
git
version-control
devops
repository
commit
push
automation
development
ci-cd
n8n
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.