summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f <grawity@web>2016-01-05 11:23:36 +0000
committerGravatar admin <admin@branchable.com>2016-01-05 11:23:36 +0000
commit6ad2933d4a5a14c8a6d779749baae6fc50ac2385 (patch)
tree5272ca80f41ade5bfd06c6dbecabcbeb1700dfb0
parent3478d161e3e44af70ee3bf7f25875af344332b4e (diff)
-rw-r--r--doc/forum/basic_usage_questions.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/basic_usage_questions.mdwn b/doc/forum/basic_usage_questions.mdwn
new file mode 100644
index 000000000..cd6a5505b
--- /dev/null
+++ b/doc/forum/basic_usage_questions.mdwn
@@ -0,0 +1,5 @@
+Seeking some clarification:
+
+ 1. I'm using direct mode. When I run `git annex sync --content` on repo A, all files get copied to repo B, but they remain hidden under `.git/annex/objects`. Is there a way to _automatically_ put them in repo B's working tree, without having to go to repo B and run `git annex sync` there as well? _(I'm sure I saw that happen earlier, but not anymore?)_
+
+ 1. I have two PCs and a portable HD. There are git-annex repos on PC_1 and USB_HD, with each other listed under `git remote`. Now I want to set up git-annex on PC_2. Is it okay to use the same repo path (~/Videos/) on both PCs? I'm concerned that it would confuse the USB_HD repo greatly, as it would end up having two "remotes" with identical paths.