From 505f1a7cd9b57757c2ab510722b1bca594418151 Mon Sep 17 00:00:00 2001 From: lell Date: Fri, 15 Nov 2024 09:25:32 +0000 Subject: [PATCH] --- doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn b/doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn index cdc9b6bf8b..2c4b1a3289 100644 --- a/doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn +++ b/doc/forum/How_to_get_a_list_of_all_NOT_unused_files.mdwn @@ -4,10 +4,12 @@ I tried to clone a present repository to an new folder and move there only files But git annex does nothing: +``` git clone my-repo repo-archive cd repo-archive git annex init git annex copy --to=here --not --unused +``` However, git annex exits without copying any files, my repo is still empty afterwards.