diff options
-rw-r--r-- | git.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,5 +48,5 @@ function active_branch () { } function grbi () { - git rebase -i --autosquash "HEAD~${1:-12}" + git rebase -i --autosquash master } |
![]() |
index : dotfiles.git | |
My personal dotfiles and configuration. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | git.zsh | 2 |
@@ -48,5 +48,5 @@ function active_branch () { } function grbi () { - git rebase -i --autosquash "HEAD~${1:-12}" + git rebase -i --autosquash master } |