diff options
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index a6b2cbb83..dc3249456 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -140,8 +140,9 @@ subdirectories). 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; - the default is to sync with all remotes. Or specify `--fast` to sync with - the remotes with the lowest annex-cost value. + the default is to sync with all remotes that have an annex.uuid + 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, then fetching and merging the `synced/master` and the `git-annex` branch |