diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 13:41:03 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 13:42:58 -0400 |
commit | 9315d96f700109da18f953534b0b5bab8d1440dd (patch) | |
tree | 62aa269152a1be8cab550fcff7732c29c9d6ad64 /doc/git-annex.mdwn | |
parent | 17efa06748ddf67c0bc29359cedba381e7db4625 (diff) |
sync: Now supports remote groups, the same way git remote update does.
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 dfd0b6b49..a6f638de2 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -143,8 +143,9 @@ subdirectories). * `sync [remote ...]` 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 by - name; the default is to sync with all remotes. + one or more of its remotes. You can specify the remotes (or remote + groups) to sync with by name; the default if none are specified is to + sync with all remotes. Or specify `--fast` to sync with the remotes with the lowest annex-cost value. |