From c30045bf75732549ef3051c91ff6b1a70cc226e0 Mon Sep 17 00:00:00 2001 From: "git-annex.branchable.com@1c3a8a83c15a19620a0a1a2e653d7c662fc8fe50" Date: Fri, 11 Jan 2019 16:18:13 +0000 Subject: [PATCH] Added a comment: get dry-run-ish option --- ...t_3_411cabdfebe353d35f8dc78364f4a507._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/todo/wishlist__58___--dry-run_option_for_all_commands/comment_3_411cabdfebe353d35f8dc78364f4a507._comment diff --git a/doc/todo/wishlist__58___--dry-run_option_for_all_commands/comment_3_411cabdfebe353d35f8dc78364f4a507._comment b/doc/todo/wishlist__58___--dry-run_option_for_all_commands/comment_3_411cabdfebe353d35f8dc78364f4a507._comment new file mode 100644 index 0000000000..a3d41b7244 --- /dev/null +++ b/doc/todo/wishlist__58___--dry-run_option_for_all_commands/comment_3_411cabdfebe353d35f8dc78364f4a507._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="git-annex.branchable.com@1c3a8a83c15a19620a0a1a2e653d7c662fc8fe50" + nickname="git-annex.branchable.com" + avatar="http://cdn.libravatar.org/avatar/fd46557ea8b9b21ae4ce66517076fbcb" + subject="get dry-run-ish option" + date="2019-01-11T16:18:13Z" + content=""" +You can find out what would be done by a get (ish), but running something like this: + + git annex find --not --in here + +..which will show files which are known about but aren't in this annexed copy. +I've been using this to see what needs to be 'got' to a location. + +It does, however, need an annex repo to have a remote set up if you wish to check against it, as they aren't automatically bi-directional (which makes sense as firewalls and similar may not make this possible). +"""]]