Restore
Restore files or blocks from a specific commit
Section titled “Restore files or blocks from a specific commit”Options:
--block <block-hash>or-b <block-hash>: Restore specific block only
notevc restore <commit-hash> [file] [options]
Section titled “notevc restore <commit-hash> [file] [options]”notevc restore a1b2c3d4 # Restore entire repositorynotevc restore a1b2c3d4 notes.md # Restore specific filenotevc restore a1b2c3d4 notes.md --block 1a2b3c # Restore specific block