Use GIT version control for WATO - how?

In addition to @kdeutsch’s answer it is advisable to enable “Pretty-Print configuration files” otherwise you have random changes in the config as Python dictionaries do not have a consistent order.
This makes a git diff more readable than the default without pretty printing.

2 Likes