fix(restore): fixed restore command
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#  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
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user