mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
adds support for forks that maintain custom changes and need to merge from upstream instead of resetting. the new GIT_MODE=merge option in update.sh calls git_merge_from_upstream() which fetches and merges upstream/main while preserving local commits.