diff options
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index db8da9ff8..da6f2c1bf 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -128,7 +128,7 @@ subdirectories). the default is to sync with all remotes. Or specify `--fast` to sync with the remotes with the lowest annex-cost value. - The sync process involves first committing all local changes (`git commit -a`), + The sync process involves first committing all local changes 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 |