Documentation

No results
    gitHub

    Model compare and merge use cases

    No matter how convenient we can make our side-by-side compare and merge screens, the process always requires figuring out first what needs to be compared, and the desired outcome. 

     

    There are many subtleties in this compare and merge process.  We introduce the principles in this how-to guide, then you can apply them in the GUI, following these instructions, before you attempt to optionally automate the process with the CLI.

     

    You may already know that, when performing a Compare & Merge operation with Hackolade Studio, the operation does not modify either of the two models being compared.  Instead, the process creates a third model -- the merged model.  While it may sound counter-intuitive, it is a benefit of using Git technology as a repository.  Immutable versions make it super easy to track changes, merge, branch, version, etc.  

     

    There are many permutations possible.  Inside this section of our online documentation, we expose some advanced use cases that should inspire users.