How to diff or compare two arbitrary commits without generating a design review

Prev Next

Comparing two different commits and reviewing the diff is relatively easy.

Visit:

https://hub.allspice.io/<org name>/<repo name>/compare/<ref1>..<ref2>

References can be branches, tags, SHAs, or even shortened tags. <ref1> should be the older reference and <ref2> should be the newer reference.

For more information on two-dot diff .. vs three-dot diff... check out our article:
https://learn.allspice.io/docs/two-dot-diff-vs-three-dot-diff