Fix typo
This commit is contained in:
parent
9aa99a87a3
commit
d6f92d2e96
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ In that case, `git annex unlock` refuses to work:
|
||||||
|
|
||||||
```
|
```
|
||||||
mv file file_version1
|
mv file file_version1
|
||||||
git annex unlock file
|
git annex unlock file_version1
|
||||||
error: pathspec 'file' did not match any file(s) known to git
|
error: pathspec 'file' did not match any file(s) known to git
|
||||||
Did you forget to 'git add'?
|
Did you forget to 'git add'?
|
||||||
unlock: 1 failed
|
unlock: 1 failed
|
||||||
|
|
Loading…
Add table
Reference in a new issue