summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Recovering_from_a_bad_sync.mdwn2
1 files changed, 2 insertions, 0 deletions
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]]