git-helpers
This is a collection of miscellaneous helper scripts for anything that has to
do with git(1)
. These are first and foremost for
personal use.
Scripts
git-init-acl(1)
: Initialize a bare repo that multiple users have write access to. This usessetfacl(1)
and thereby relies on ACL support.git-package(1)
: Create an archive of a named tree suitable for distribution.git-sign-for-cgit(1)
: Generate a snapshot and store its signify signature forcgit
usinggit-notes(1)
.
Installation
To install git-helpers locally, run:
PREFIX=~/.local make install
This will install the scripts to ~/.local/bin
and the manuals to
~/.local/share/man
.