How to diff or compare two arbitrary commits without generating a design review
  • 1 Minute to read
  • Dark
    Light
  • PDF

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

  • Dark
    Light
  • PDF

Article summary

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


Was this article helpful?