Fix formatting and grammar
This commit is contained in:
parent
2f00830d22
commit
a22428a437
1 changed files with 3 additions and 5 deletions
|
@ -11,10 +11,8 @@ This is the use case:
|
|||
|
||||
What I would like to have a command that turns that directory into a direct repository without dealing with the gory details I will describe later. This command could be something like
|
||||
|
||||
```
|
||||
$ cd Documents
|
||||
$ git annex setup --direct example.org:~/annex/Documents.git
|
||||
```
|
||||
$ cd Documents
|
||||
$ git annex setup --direct example.org:~/annex/Documents.git
|
||||
|
||||
This command should take care of:
|
||||
|
||||
|
@ -25,4 +23,4 @@ This command should take care of:
|
|||
|
||||
These are just the main problems that one faces in this task; they are mostly caused by the fact that the repo is in direct mode.
|
||||
|
||||
There are workarounds, like those sketched at <http://unix.stackexchange.com/questions/75557/init-gix-annex-additional-repo-with-existing-files>, but the all are time-consuming and fragile.
|
||||
There are workarounds, like those sketched at <http://unix.stackexchange.com/questions/75557/init-gix-annex-additional-repo-with-existing-files>, but they are all time-consuming and fragile.
|
||||
|
|
Loading…
Reference in a new issue