summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU <Matt@web>2011-12-06 13:36:35 +0000
committerGravatar admin <admin@branchable.com>2011-12-06 13:36:35 +0000
commitc3d3bf332952811b59a2404ee4c568799245472f (patch)
tree37b9e837d7088afc144f9ce4cd20de6e16ae054f
parent01f7c74d1fb581ed79c46aa16841a36f5e23e945 (diff)
-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...