Directory of Published Versions
Viewing line item differentials in GitHub¶
The code and content for this resource is publicly available on GitHub. On of the key features of GitHub is the ability to easily view line item differentials (diffs) between versions:
- Navigate to the API Resource Guide repository on GitHub: onc-healthit/api-resource-guide.
- The relevant documents containing the ONC certification program information rendered on this website are located in the
docs
directory of theapi-resource-guide
repository. - Click on a
.md
file that you want to inspect the history of. - To browse the commit history click on the "History" button in the upper right hand corner of the page.
- You are now on the page that shows the "commit" history for this file. Click on the button containing the hash of the commit you want to inspect.
-
Now you can see the specific lines that changed with this commit.
Tip
Toggle between different views on GitHub using the "Unified" and "Split" buttons.
-
Additional information can be found on GitHub Docs: Differences between commit views.