2025-11-10 15:37:02 -05:00
2025-11-10 15:29:57 -05:00
2025-11-10 15:29:57 -05:00
2025-11-10 15:29:57 -05:00
2025-11-05 21:18:47 -05:00
2025-11-10 11:37:40 -05:00
2025-11-07 16:03:33 -05:00
2025-11-05 21:15:30 -05:00

logo.png NoteVC: Version Control for Markdown

Repository management

Initialize notevc repo:

notevc init [path]

Show changed files:

notevc status

Create snapshot:

notevc commit [--file <file>] "message"

Show commit history:

notevc log [--since=time]

Viewing changes

Show changes since last commit:

notevc diff [file]

Compare with previous commit:

notevc diff HEAD~1 [file]

Show specific commit:

notevc show <commit-hash>

Restoration

Restore to specific version:

notevc restore <commit-hash> [file]

Restore to specific block:

notevc restore --block <commit-hash> [file]

Restore entire repo state:

notevc checkout <commit-hash>

Utilities

Remove old snapshots:

notevc clean

Garbage collect unused objects:

notevc gc

Show/set configuration:

notevc config
Description
Version control for markdown files
https://notevc.org
Readme 219 KiB
v1.0.8 Latest
2025-12-15 12:32:48 -05:00
Languages
Kotlin 100%