summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn8
-rw-r--r--doc/todo/Recovering_from_a_bad_sync.mdwn2
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 2d114e7ff..8ba3558d3 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -139,10 +139,10 @@ 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;
- 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.
+ one or more of its remotes. You can specify the remotes to sync with by
+ name; 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,
then fetching and merging the `synced/master` and the `git-annex` branch
diff --git a/doc/todo/Recovering_from_a_bad_sync.mdwn b/doc/todo/Recovering_from_a_bad_sync.mdwn
index 4b7ca672c..d60406568 100644
--- a/doc/todo/Recovering_from_a_bad_sync.mdwn
+++ b/doc/todo/Recovering_from_a_bad_sync.mdwn
@@ -27,3 +27,5 @@ These sequences of commands create two completely different git histories.
More important, if one clones on pc2 the first repository, they will see both the pc1 remote and the pc2 remote. Instead, if one clones on pc2 the repository created by the second combination of commands, they will see only the pc2 remote.
What commands should I use on pc1 to fix the history so that when pc2 clones from the origin repository it will see both the pc1 remote and its own local remote?
+
+> [[done]]; fixed per my comments. --[[Joey]]