diff options
| author | 2026-06-05 11:06:03 +0100 | |
|---|---|---|
| committer | 2026-06-05 11:06:03 +0100 | |
| commit | af3b15af163231eb16feff46bbbba85729d07f31 (patch) | |
| tree | 7dca41697568e68fe91590ed1a06c46760583244 /dot_config | |
| parent | 44ef6219949675c6ab46b230a7f87fb8f6c9665f (diff) | |
| download | dotfiles-af3b15af163231eb16feff46bbbba85729d07f31.tar.gz dotfiles-af3b15af163231eb16feff46bbbba85729d07f31.tar.bz2 dotfiles-af3b15af163231eb16feff46bbbba85729d07f31.zip | |
Add no-hooks rebase alias
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
