From ec0e06a805cd49b7aea01966ca881f468c5dcd8c Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 2 Jan 2025 21:05:31 +0100 Subject: [PATCH] Add git rebase aliases --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index bd6bfb7..8302e42 100644 --- a/.gitconfig +++ b/.gitconfig @@ -26,6 +26,8 @@ alf = "!git config -l | grep alias | cut -c 7- | fzf" al- = "!git config --local --unset $(git config -l | grep alias | cut --delimiter="=" --fields=1 | fzf)" rs = "restore --staged" + rb = "rebase" + rbi = "rebase -i" wt = "worktree" [color]