GIT in n8n Bussiness

I’m using GIT in Bussiness version of n8n.

I’ve got a question regarding good practices on how to deal with GIT in n8n tools, especially in the case of working with a few instances of n8n that need to be synchronized (ie. dev, qa, production).

Is there any place where I could find some documents/videos about it?

hello @Piotr_Sikora

Here are the docs:
Source control and environments | n8n Docs

good morning @Piotr_Sikora

I would avoid editing directly in production and then pushing, because that tends to create conflicts and breaks the promotion flow. The documentation itself recommends designing the setup so work flows in one direction: dev > QA > production.