From 950c643abe81a3044c9e567e332e44330d10c4b6 Mon Sep 17 00:00:00 2001 From: Admin Date: Sun, 9 Apr 2023 22:06:35 +0100 Subject: [PATCH] Add a README --- README.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..330451b --- /dev/null +++ b/README.org @@ -0,0 +1,14 @@ +#+TITLE: Git Hooks + + +* What + +This repository contains various git hooks used to improve the uniformity of my branch and commit naming. + +* Why + +Naming things consistently is important for a few reasons: + + - It is neat and tidy, and it makes devs feel warm and fuzzy inside + - It ensures that pull requests and branches don't get lost or lose their context + - It makes it easier to build tools which inspect the branch -- 2.45.2