summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar jajpater <jajpater@web>2017-10-20 09:59:29 +0000
committerGravatar admin <admin@branchable.com>2017-10-20 09:59:29 +0000
commit2bb1b6c8a37236eef3b30797f30c658d575a1d93 (patch)
treebafba86a96df90c4e13c481e001374bf995c0133 /doc
parent159f94b8665f40133405595803216550b3ced8d4 (diff)
Added a comment: Works when first using git annex get
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/publishing_your_files_to_the_public/comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/tips/publishing_your_files_to_the_public/comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment b/doc/tips/publishing_your_files_to_the_public/comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment
new file mode 100644
index 000000000..a84bd6cc6
--- /dev/null
+++ b/doc/tips/publishing_your_files_to_the_public/comment_3_4ae6d6c5137e5f9b667417c2c77fca85._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="jajpater"
+ avatar="http://cdn.libravatar.org/avatar/17a62a7410a3ea7d62715efced72158e"
+ subject="Works when first using git annex get"
+ date="2017-10-20T09:59:29Z"
+ content="""
+I dropped the files from the local directory. Publishing does work when I first do a
+
+ git annex get *.*
+
+But now my question has changed:
+
+I have a git repository on a server.
+Is there a possibility to publish/export directly from the server to a special remote?
+So without checking out the files locally?
+
+
+"""]]