From 57df23c134facf756b5daeb5ce7fe07568d258e4 Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 29 May 2021 00:14:31 +0000 Subject: [PATCH] Added a comment: Using the --content flag --- ...t_1_099023ae32a6a3417cc9c8bdcce9a89d._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/git-annex_s3_failure/comment_1_099023ae32a6a3417cc9c8bdcce9a89d._comment diff --git a/doc/forum/git-annex_s3_failure/comment_1_099023ae32a6a3417cc9c8bdcce9a89d._comment b/doc/forum/git-annex_s3_failure/comment_1_099023ae32a6a3417cc9c8bdcce9a89d._comment new file mode 100644 index 0000000000..25aa12efc0 --- /dev/null +++ b/doc/forum/git-annex_s3_failure/comment_1_099023ae32a6a3417cc9c8bdcce9a89d._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="Steven" + avatar="http://cdn.libravatar.org/avatar/bc0cef8062401f1b84db320cb56c28bd" + subject="Using the --content flag" + date="2021-05-29T00:14:30Z" + content=""" +It seems like I had to use the following command: + +``` +git annex sync --content +``` + +After this, I saw all the files available. + +I expected `git annex get .` to do that, but I might simply have the wrong mental model of all of this. +"""]]