diff options
author | 2014-07-15 18:37:34 +0000 | |
---|---|---|
committer | 2014-07-15 18:37:34 +0000 | |
commit | 5cd5e65b313bb979790534670d1a7c918523eac2 (patch) | |
tree | ca86d93a372aa582e27f609f1cc95efce11ce7f0 | |
parent | 312941335215fab3cbfc4ae64420fb3e00a5f840 (diff) |
Added a comment
-rw-r--r-- | doc/forum/Where_is_the_content__63__/comment_2_5e2cfdfab6c4f84fe7a19447b417b5a7._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Where_is_the_content__63__/comment_2_5e2cfdfab6c4f84fe7a19447b417b5a7._comment b/doc/forum/Where_is_the_content__63__/comment_2_5e2cfdfab6c4f84fe7a19447b417b5a7._comment new file mode 100644 index 000000000..45b7b024e --- /dev/null +++ b/doc/forum/Where_is_the_content__63__/comment_2_5e2cfdfab6c4f84fe7a19447b417b5a7._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.2" + subject="comment 2" + date="2014-07-15T18:37:34Z" + content=""" +It'll be in `/sdcard/annex` by defualt, unless you told the webapp to put it somewhere else when it asked where to put the repository. `/sdcard/annex` is a git repository which should contain all the files from the remote (not in any separate subdirectory, that's not how git works). If it does not, you can run commands like `git log --stat` in that repository to see what files have been added/removed, or `git annex status` to check the status of the files. +"""]] |