Fix formatting and grammar

This commit is contained in:
http://svario.it/gioele 2014-04-25 10:15:29 +00:00 committed by admin
parent 2f00830d22
commit a22428a437

View file

@ -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.