grm

git repo manager for self-hosted git servers
git clone git://sink.krj.st/grm
Log | Files | Refs | README | LICENSE

commit 3fc3b83ac737f939fe556e76f6334cf3426457a1
parent b1e8f284a66062cdbd9eb922541a231d1f50e69c
Author: krasjet <nil@krj.st>
Date:   Sun, 12 Jul 2020 06:26:25 -0700

fix titles

Diffstat:
MREADME.md | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,12 +1,12 @@ git repo manager ----------------- +================ `grm` is a minimal, POSIX-compliant shell script for managing git repositories on self-hosted git servers. It is mainly designed to work with [git daemon][1] and [stagit][2], though the you don't necessarily need them to run the script. Installation -============ +------------ Before installing `grm`, make sure you have set up your git server following the instructions in section [4.4][3] of Pro Git. Optionally, you should also @@ -41,7 +41,7 @@ that the hook itself needs some further configuration. You could also write your own `post-receive` hook. Usage -===== +----- ``` $ grm help @@ -84,7 +84,8 @@ or simply create an alias if you find it cumbersome: alias grm="ssh git@domain.tld -- grm" ``` -# License +License +------- `grm` is licensed under the MIT license.