Show
Show detailed information about a specific commit, including block/file contents
Section titled “Show detailed information about a specific commit, including block/file contents”Options:
--file <file>: Show changes only for specific file--block <block-hash>or-b <block-hash>: Show specific block content--contentor-c: Show full file content at commit
notevc show <commit-hash> [options]
Section titled “notevc show <commit-hash> [options]”notevc show a1b2c3d4 # Show commit detailsnotevc show a1b2c3d4 --file notes.md # Show changes to specific filenotevc show a1b2c3d4 --file notes.md --content # Show full file contentnotevc show a1b2c3d4 --file notes.md --block 1a2b3c # Show specific block