aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-03 13:18:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-03 13:18:10 -0400
commitce5cdab660dedc4a66f0cc9fea008ed96cc32bb1 (patch)
tree87fe22a5afc35e00c31578aca0e39ca586912b6f
parent949f52c68eb2498c6156719c6a5620aeefdb4db7 (diff)
response
-rw-r--r--doc/forum/Pushing_an_existing_git_annex_repo_to_a_remote_ssh_host/comment_1_4008b735809161d5950b7991d69d3f68._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Pushing_an_existing_git_annex_repo_to_a_remote_ssh_host/comment_1_4008b735809161d5950b7991d69d3f68._comment b/doc/forum/Pushing_an_existing_git_annex_repo_to_a_remote_ssh_host/comment_1_4008b735809161d5950b7991d69d3f68._comment
new file mode 100644
index 000000000..90a212f36
--- /dev/null
+++ b/doc/forum/Pushing_an_existing_git_annex_repo_to_a_remote_ssh_host/comment_1_4008b735809161d5950b7991d69d3f68._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-10-03T17:16:34Z"
+ content="""
+It works just like git works, since a git-annex repository is a git
+repository. Set up the git repository on the remote host and then add it as
+a remote.
+
+In order for git-annex to be able to store the content of annexed files on
+the remote host, git-annex will need to be installed on that host.
+"""]]