How to diff or compare two arbitrary commits without generating a design review
- 1 Minute to read
- Print
- DarkLight
- PDF
How to diff or compare two arbitrary commits without generating a design review
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?