From 3fe0ad52e519df3935312ac964c5718062f7e35b Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Tue, 17 Aug 2021 10:51:15 -0700 Subject: Update interactive rebase flow Some repos use the merge strategy so just picking a number of commits from `HEAD`. --- git.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.zsh b/git.zsh index 0641751..50e1695 100644 --- a/git.zsh +++ b/git.zsh @@ -48,5 +48,5 @@ function active_branch () { } function grbi () { - git rebase -i --autosquash "HEAD~${1:-12}" + git rebase -i --autosquash master } -- cgit v1.2.3