diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..01de724 --- /dev/null +++ b/README.md @@ -0,0 +1,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). |