Added a comment
This commit is contained in:
parent
2d15ec3f64
commit
57635f7783
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 1"
|
||||
date="2013-04-24T23:56:54Z"
|
||||
content="""
|
||||
What you describe, `git annex get $file --from remote` silently not doing anything, is the expected behavior if the remote doesn't have the file. This allows you to eg, run `git annex get . --from remote` and get all files that the remote does have while skipping the rest.
|
||||
|
||||
Did you ever try looking at `git annex whereis $file` ?
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue