From 268df65516295980325e289a8a8c8f0acc8cd82c Mon Sep 17 00:00:00 2001 From: AlbertZeyer Date: Mon, 28 Dec 2020 15:50:54 +0000 Subject: [PATCH] --- doc/forum/Import_existing_files.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/forum/Import_existing_files.mdwn b/doc/forum/Import_existing_files.mdwn index e17e458e73..c2957ecf26 100644 --- a/doc/forum/Import_existing_files.mdwn +++ b/doc/forum/Import_existing_files.mdwn @@ -8,6 +8,8 @@ I thought that Git-Annex would just help me keep track of multiple copies. How w I read briefly about Git Worktree, and I wonder whether that is supposed to be for this use case? +Or maybe this should be a bare repo? + Or should I create the new Git Annex Repo directly in `~/Pictures`? I.e. I would do `cd ~/Pictures; git init; git annex init`? How would I now add the other copies of `Pictures`? How would I deal with readonly copies of `Pictures` like DVDs? Also, I don't just want to store the pictures but also other stuff (e.g. `~/Music`). I'm not sure if I should create separate repos for that, or whether it makes more sense to keep them all in one big repo?