File: comment_2_365db5820d96d5daa62c19fd76fcdf1e._comment

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (13 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
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`
"""]]