blob: 01de7240aa22845f773ba092040d455a44d28c9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# git-helpers
This is a collection of miscellaneous helper scripts for anything that has to
do with [`git(1)`](https://git-scm.com/). These are first and foremost for
personal use.
## Scripts
- git-init-shared: Initialize a bare repo that multiple users have write access
to. This uses `setfacl(1)` and thereby relies on ACL support.
- git-sign-for-cgit: Generate a snapshot and store its signify signature for
[`cgit`](https://git.zx2c4.com/cgit/about/) using
[`git-notes(1)`](https://git-scm.com/docs/git-notes).
|