summaryrefslogtreecommitdiff
path: root/doc/walkthrough
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2012-05-27 20:53:06 +0000
committerGravatar admin <admin@branchable.com>2012-05-27 20:53:06 +0000
commit9ccf933ffa7d11e7abefb51f0ffd8c652847899f (patch)
tree296f62efc89cf58d3540712e5e5cd99752788339 /doc/walkthrough
parentd39c0d542005c01c6653d7a9ab2cc748f1e0206f (diff)
Added a comment
Diffstat (limited to 'doc/walkthrough')
-rw-r--r--doc/walkthrough/using_ssh_remotes/comment_2_365db5820d96d5daa62c19fd76fcdf1e._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/walkthrough/using_ssh_remotes/comment_2_365db5820d96d5daa62c19fd76fcdf1e._comment b/doc/walkthrough/using_ssh_remotes/comment_2_365db5820d96d5daa62c19fd76fcdf1e._comment
new file mode 100644
index 000000000..8973978ad
--- /dev/null
+++ b/doc/walkthrough/using_ssh_remotes/comment_2_365db5820d96d5daa62c19fd76fcdf1e._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.153.81.112"
+ subject="comment 2"
+ date="2012-05-27T20:53:05Z"
+ content="""
+When `git annex get` does nothing, it's because it doesn't know a place to get the file from.
+
+This can happen if the `git-annex` branch has not propigated from the place where the file was added.
+For example, if on the laptop you had run `git pull ssh master`, that would only pull the master branch, not the git-annex branch.
+
+An easy way to ensure the git-annex branch is kept in sync is to run `git annex sync`
+"""]]