summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-19 20:13:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-19 20:13:58 -0400
commit962713122b0076222e1f61ce4989efe4eef2f12e (patch)
tree3db6df698a89806dce3c9b2358ae651587329208
parent9a75119283d2d8e1cae32f3b05086346454116e0 (diff)
remove possibly confusing mention of git commit -a in sync documentation
-rw-r--r--doc/git-annex.mdwn2
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