commit 450409d8b720696d94bcd8cf54bc49acd04991c7 parent c2c2a071046291f19db9b52cc9c80e097ce3a25b Author: Erik Letson <hmagellan@hmagellan.com> Date: Sat, 4 Jul 2020 09:49:28 -0500 complete readme Diffstat:
M | README | | | 17 | ++++++++++++++++- |
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/README b/README @@ -1 +1,16 @@ -todo +remgit-scripts - A collection of scripts for use with a simple remote git service. + +Dependencies: + git + stagit: https://git.codemadness.org/stagit/file/README.html + +Scripts included: + gitnew.sh - Creates a new bare git repo on a remote git server + upstagit.sh - Updates a static git web frontend using stagit + +Before using, you should configure the variables in each script to reflect +your environment. The variable names should be self-explainatory. + +remgit-scripts is licensed under the MIT (Expat) license. See LICENSE file. + +Created by Erik Letson <hmagellan@hmagellan.com>