From ca61dd13e86f2230c10a97eb0398dc98259d316f Mon Sep 17 00:00:00 2001 From: earnest ma Date: Thu, 29 Sep 2022 08:18:08 -0400 Subject: [PATCH] Reminder about git hooks --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe47ea2..101583b 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ MacOS: Install Homebrew and check the Brewfile. Linux: Refer to [this page](https://notes.earnestma.com/notes/Linux+Computer+Setup+Guide) or the (outdated) [ansible repository](https://git.earne.link/earnestma/configs) for installing and configuring the system. To use, clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove all the links. + +# Hacks + +For Git, if you have local hooks, set `core.hooksPath` to `.git/hooks`, the global ones will not be run.