clarify that sync only commits changes to files already added to the repo

This commit is contained in:
Joey Hess 2014-09-18 15:43:20 -04:00
parent 4b38a572ab
commit fe994e58e5

View file

@ -148,7 +148,8 @@ subdirectories).
Or specify `--fast` to sync with the remotes with the
lowest annex-cost value.
The sync process involves first committing all local changes,
The sync process involves first committing any local changes to files
that have previously been added to the repository,
then fetching and merging the `synced/master` and the `git-annex` branch
from the remote repositories, and finally pushing the changes back to
those branches on the remote repositories. You can use standard git