Code comparison

How do we do code comparison to check for differences between 2 projects commits.
When using Git for source code version control for ignition project, how do we achieve concurrent development?

You would use git itself. git diff usually. However, a number of resources in Ignition are still binary, and won’t be effectively “diff-able”. Vision windows and templates, especially. For binary resources, merging multiple developer’s work isn’t possible.

2 Likes