summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/git_pull_remote_git-annex.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/git_pull_remote_git-annex.mdwn b/doc/forum/git_pull_remote_git-annex.mdwn
new file mode 100644
index 000000000..349610693
--- /dev/null
+++ b/doc/forum/git_pull_remote_git-annex.mdwn
@@ -0,0 +1,11 @@
+I thought I'd followed the walk through when initially setting up my repos.
+
+However I find that I have to do the following to sync my annex's.
+
+ git pull remote master
+ git checkout git-annex
+ git pull remote git-annex
+ git checkout master
+ git annex get .
+
+Has something gone wrong? I see no mention of syncing git-annex repos in the walk-through...