From af3b15af163231eb16feff46bbbba85729d07f31 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 5 Jun 2026 11:06:03 +0100 Subject: Add no-hooks rebase alias --- dot_config/git/config | 1 + 1 file changed, 1 insertion(+) (limited to 'dot_config/git/config') diff --git a/dot_config/git/config b/dot_config/git/config index f466c20..3874410 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -114,6 +114,7 @@ mt = mergetool p = push r = rebase + rnh = "!f() { git -c core.hooksPath=/dev/null rebase \"$@\"; }; f" re = remote -v ri = rebase -i rt = restore -- cgit v1.3.1