remove unsupported option
This commit is contained in:
parent
95087e8a87
commit
b5d1029b6e
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ but it needs some different workflows of using git-annex.
|
||||||
To get started, your repository needs to be upgraded to v7, since the
|
To get started, your repository needs to be upgraded to v7, since the
|
||||||
feature does not work in v5 repositories.
|
feature does not work in v5 repositories.
|
||||||
|
|
||||||
git annex upgrade --version=7
|
git annex upgrade
|
||||||
|
|
||||||
The [[git-annex adjust|git-annex-adjust]] command sets up an adjusted form
|
The [[git-annex adjust|git-annex-adjust]] command sets up an adjusted form
|
||||||
of a git branch, in this case we'll ask it to hide missing files.
|
of a git branch, in this case we'll ask it to hide missing files.
|
||||||
|
@ -124,7 +124,7 @@ I set up the repository like this:
|
||||||
|
|
||||||
git clone server:/path/to/podcasts
|
git clone server:/path/to/podcasts
|
||||||
cd podcasts
|
cd podcasts
|
||||||
git annex upgrade --version=7
|
git annex upgrade
|
||||||
git annex adjust --hide-missing
|
git annex adjust --hide-missing
|
||||||
git annex group here client
|
git annex group here client
|
||||||
git annex wanted here standard
|
git annex wanted here standard
|
||||||
|
|
Loading…
Reference in a new issue