mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
feat(Git Node): Add support for branches (#18870)
This commit is contained in:
@@ -25,6 +25,15 @@ export const commitFields: INodeProperties[] = [
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Branch',
|
||||
name: 'branch',
|
||||
type: 'string',
|
||||
default: '',
|
||||
placeholder: 'main',
|
||||
description:
|
||||
'The branch to switch to before committing. If empty or not set, will commit to current branch.',
|
||||
},
|
||||
{
|
||||
displayName: 'Paths to Add',
|
||||
name: 'pathsToAdd',
|
||||
|
||||
Reference in New Issue
Block a user