diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-11-18 00:46:21 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-11-18 00:46:21 +0100 |
commit | 1195c0d970898d9dbda754607f3b80ef220b12fe (patch) | |
tree | 14e239fb863b647fe057c73707594f31236ec504 /man/blogc-git-receiver.1.ronn | |
parent | 0db557041908b483ec77439bb5e1db982464d327 (diff) | |
download | blogc-1195c0d970898d9dbda754607f3b80ef220b12fe.tar.gz blogc-1195c0d970898d9dbda754607f3b80ef220b12fe.tar.bz2 blogc-1195c0d970898d9dbda754607f3b80ef220b12fe.zip |
git-receiver: few man-page fixes
Diffstat (limited to 'man/blogc-git-receiver.1.ronn')
-rw-r--r-- | man/blogc-git-receiver.1.ronn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/blogc-git-receiver.1.ronn b/man/blogc-git-receiver.1.ronn index 1fd6188..8aa8099 100644 --- a/man/blogc-git-receiver.1.ronn +++ b/man/blogc-git-receiver.1.ronn @@ -51,7 +51,8 @@ If for some reason you want to rebuild the last successful build of a given webs you can run its `pre-receive` hook manually in the server: # su -s /bin/sh - blogc - $ ./repos/blogs/blogc-example.git/hooks/pre-receive + $ cd ~/repos/blogs/blogc-example.git + $ ./hooks/pre-receive This should re-run the last build as if it was pushed to git. @@ -99,7 +100,7 @@ value of the `mirror` variable is the URL that should be used to push. To create the configuration file (recommended): # su -s /bin/sh - blogc - # cat > ~/blogc-git-receiver.ini <<EOF + $ cat > ~/blogc-git-receiver.ini <<EOF [repo:myblog.git] mirror=$YOUR_GIT_MIRROR_URL EOF |