I’m wondering if there’s any way to see the equivalent of git diff from a previous commit to the current code state. I know I can do it by cloning locally, just wondering if there is any way to do it via the Anvil UI.
The main usefulness of this for me would be remembering what work I’ve done since a previous commit, so I can keep track of what I’m doing (and compose a sensible commit message). I probably want to be able to diff from an arbitrary previous commit, not just the most recent commit, since the most recent commit might be an auto-commit and there might be no changes since then.