aboutsummaryrefslogtreecommitdiffstats
path: root/man/blogc-git-receiver.1.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/blogc-git-receiver.1.ronn')
-rw-r--r--man/blogc-git-receiver.1.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/blogc-git-receiver.1.ronn b/man/blogc-git-receiver.1.ronn
index e26ed09..dc35621 100644
--- a/man/blogc-git-receiver.1.ronn
+++ b/man/blogc-git-receiver.1.ronn
@@ -86,6 +86,9 @@ due to repositories not being mirrored.
To add the `mirror` remote:
# su -s /bin/bash - blogc
+ $ cd repos
+ $ git init --bare myblog.git # if not created yet
+ $ cd myblog.git
$ git remote add --mirror=push mirror $YOUR_GIT_MIRROR_URL
### Caveats of repository mirroring with SSH