aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Pushing_an_existing_git_annex_repo_to_a_remote_ssh_host/comment_1_4008b735809161d5950b7991d69d3f68._comment
blob: 90a212f360abfd0a80c863149395e27a83bb0f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.
"""]]