diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-11 14:08:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-11 14:08:40 -0400 |
commit | 72be52f19d838bb6efb428f39897b2924e40d712 (patch) | |
tree | 4b93ede03a7940582b694a00e30cc540aecf3ee9 /doc/git-annex.mdwn | |
parent | 532a97119d425b08589bab5ca9c70fa664bfe97f (diff) |
improve documentation about sync
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 |