This commit is contained in:
Joey Hess 2010-10-22 15:08:53 -04:00
parent aafb63edb1
commit 599cb15f30
3 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,5 @@
Support for remote git repositories (ssh:// specifically can be made to
work, although the other end probably needs to have git-annex
installed..)
[[done]], at least get and put work..

View file

@ -92,7 +92,7 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
* init description
Initializes git-annex with a descripotion of the git repository.
Initializes git-annex with a description of the git repository.
This is an optional, but recommended step.
* unannex [path ...]