fix(restore): fixed restore command

This commit is contained in:
darwincereska
2025-11-10 16:52:12 -05:00
parent eb8fa26c18
commit c38a8bb95c
4 changed files with 33 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
# ![logo.png](./images/png/Color40X50.png) NoteVC: Version Control for Markdown
# Repository management
Initialize notevc repo:
@@ -23,6 +25,7 @@ Show commit history:
notevc log [--since=time]
```
# Viewing changes
Show changes since last commit:
@@ -40,6 +43,8 @@ Show specific commit:
notevc show <commit-hash>
```
# Restoration
Restore to specific version:
@@ -57,6 +62,8 @@ Restore entire repo state:
notevc checkout <commit-hash>
```
# Utilities
Remove old snapshots:
@@ -73,3 +80,5 @@ Show/set configuration:
```bash
notevc config
```