From 01abb6cefcaf2459e7b730e9c38a7bf842879988 Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 17 Nov 2018 18:17:27 +0000 Subject: [PATCH] Added a comment --- .../comment_1_36d97e3c3f07411f3d367da546759ea5._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/export_single_file/comment_1_36d97e3c3f07411f3d367da546759ea5._comment diff --git a/doc/forum/export_single_file/comment_1_36d97e3c3f07411f3d367da546759ea5._comment b/doc/forum/export_single_file/comment_1_36d97e3c3f07411f3d367da546759ea5._comment new file mode 100644 index 0000000000..bce75fa76c --- /dev/null +++ b/doc/forum/export_single_file/comment_1_36d97e3c3f07411f3d367da546759ea5._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="andrew" + avatar="http://cdn.libravatar.org/avatar/acc0ece1eedf07dd9631e7d7d343c435" + subject="comment 1" + date="2018-11-17T18:17:27Z" + content=""" +And some more detail… I am implementing a feature in [git-annex-turtle](https://github.com/andrewringler/git-annex-turtle) where you can right-click on a file, select Share and have that file uploaded to some public place, then i'll let the user know the public URL so they can share it (perhaps by placing it in their copy-paste buffer). I thought at first I could use [git-annex export](http://git-annex.branchable.com/git-annex-export/) but I don't think it is really designed for this use case. I think export is meant to export a tree to a non-git-ish place and then merge changes into that remote tree as you make changes locally. +"""]]