stagit-scripts

Static git repository setup scripts
git clone https://www.brianlane.com/git/stagit-scripts
Log | Files | Refs | README

commit c91841ce5848ba7ec6faf9f4b6ca7b08cecd1c8e
parent e9abe83bf452f0db21c7a26ffcbf86bfc8c70ca2
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Wed,  9 Jun 2021 07:30:28 -0700

README: Fix list indent

Diffstat:
MREADME.md | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -11,13 +11,13 @@ wherever you are hosting your domain. * Copy the `*.png` files from the stagit repository to `reposdir` or use your own. * Copy the `post-receive` script somewhere outside the `stagit-files` repo so that it can be customized. * Edit the `setup-stagit-remote` script: -** set `reposdir` to the directory you created to hold the repos. -** set `post_receive` to the path of the copy of the script. + * set `reposdir` to the directory you created to hold the repos. + * set `post_receive` to the path of the copy of the script. * Edit the copy of the `post-receive` script: -** Set BASEURL to where you are serving the git repos from -** `RSYNC_DEST` if you want to use the `rsync` at the end of the file to copy them over -** `reposdir` to match the `reposdir` from setup-stagit-remote -** Check the rsync at the end of the script and replace with your own upload method if needed. + * Set BASEURL to where you are serving the git repos from + * `RSYNC_DEST` if you want to use the `rsync` at the end of the file to copy them over + * `reposdir` to match the `reposdir` from setup-stagit-remote + * Check the rsync at the end of the script and replace with your own upload method if needed. *WARNING* Do not put sensitive information in the post-receive script, it is uploaded to the html server as part of the git repository and is exposed to the world. @@ -36,7 +36,7 @@ case that currently only matches `origin/main`. `cd` to the working directory of one of your repos and check out the primary branch. Then run `setup-stagit-remote`. It will prompt you to enter a -description of the project, this will be displayed on the html pages. It will +description of the project, which will be displayed on the html pages. It will then make a bare clone of the repo and add a new remote, named `stagit`, to your git config for this repo.