summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar graviton31415@3f1790ceea563b1bc76c318c7bfd6d4e817ecc5d <graviton31415@web>2015-06-17 07:12:26 +0000
committerGravatar admin <admin@branchable.com>2015-06-17 07:12:26 +0000
commit1be90b59322a99d56663bf16251ebf67a83ea5ca (patch)
tree5974f34fdef17e408286e98a131684a23ef51675
parent5ead503f178a22b5ce82ad824eda3ee0f70a4382 (diff)
-rw-r--r--doc/forum/files_only_visible_in_.git_annex.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/files_only_visible_in_.git_annex.mdwn b/doc/forum/files_only_visible_in_.git_annex.mdwn
new file mode 100644
index 000000000..e011ea583
--- /dev/null
+++ b/doc/forum/files_only_visible_in_.git_annex.mdwn
@@ -0,0 +1,15 @@
+Dear all,
+
+I'm a beginner in using git annex and got the following strange situation:
+
+On my PC I have stored all the data and put them to git annex (don' know the standard nomenclature used here, but I guess its called setting up a repository)
+
+On my Laptop I have now also git-annex and can have access to my stored data by git-annex get (so far so good thats git-annex)
+
+Now comes the strange thing:
+On my laptop, I can see all the links to my data (where it shows me a path like ../../.git/annex/objects/...) but at my PC, where all the data should have been stored, the folder is empty. When I follow the link which is shown on the laptop, on my PC, I get access to the data. Some somehow, the data is still on my PC but not stored in its original folders but in .git/annex/objects/...
+
+How can I get back my original folder from the .git/annex/objects on my PC?
+
+Thank you very much for your help
+Stefan