Added a comment
authorLukey <Lukey@web>
Thu, 15 Oct 2020 14:46:33 +0000 (14:46 +0000)
committeradmin <admin@branchable.com>
Thu, 15 Oct 2020 14:46:33 +0000 (14:46 +0000)
doc/tips/deleting_unwanted_files/comment_2_8471758f2e02ebcfd9c015691ba9f15f._comment [new file with mode: 0644]

diff --git a/doc/tips/deleting_unwanted_files/comment_2_8471758f2e02ebcfd9c015691ba9f15f._comment b/doc/tips/deleting_unwanted_files/comment_2_8471758f2e02ebcfd9c015691ba9f15f._comment
new file mode 100644 (file)
index 0000000..9eb461d
--- /dev/null
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="Lukey"
+ avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
+ subject="comment 2"
+ date="2020-10-15T14:46:33Z"
+ content="""
+`git annex sync/copy/move/etc.` don't operate on old/unused files by default. You have to use the `--all` option to operate on every file (even old/unused ones) or the `--unused` option to operate only on files found by `git annex unused`.
+"""]]