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 0000000000..90a212f360 --- /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. +"""]]