improve documentation about sync

This commit is contained in:
Joey Hess 2014-07-11 14:08:40 -04:00
parent e265748fd7
commit f22a77890e
2 changed files with 5 additions and 2 deletions

View file

@ -48,3 +48,5 @@ The following script (from <https://gist.github.com/gioele/d4e0905a3570f097fb0b>
### What version of git-annex are you using? On what operating system? ### What version of git-annex are you using? On what operating system?
5.20140412ubuntu1 from Ubuntu 14.04. 5.20140412ubuntu1 from Ubuntu 14.04.
> Documentation fixed, so provisionally [[done]] --[[Joey]]

View file

@ -140,8 +140,9 @@ subdirectories).
Use this command when you want to synchronize the local repository with Use this command when you want to synchronize the local repository with
one or more of its remotes. You can specify the remotes to sync with; one or more of its remotes. You can specify the remotes to sync with;
the default is to sync with all remotes. Or specify `--fast` to sync with the default is to sync with all remotes that have an annex.uuid
the remotes with the lowest annex-cost value. configured. Or specify `--fast` to sync with the remotes with the
lowest annex-cost value. Or specify the remotes to sync with.
The sync process involves first committing all local changes, The sync process involves first committing all local changes,
then fetching and merging the `synced/master` and the `git-annex` branch then fetching and merging the `synced/master` and the `git-annex` branch