From f01976af753765d732d6cb99e1f07a7db9d334a1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 20 Jun 2025 00:20:51 -0400 Subject: [PATCH] global/git: add more rebase aliases --- users/modules/global/git.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/modules/global/git.nix b/users/modules/global/git.nix index 72f17f4..77e9dec 100644 --- a/users/modules/global/git.nix +++ b/users/modules/global/git.nix @@ -82,6 +82,10 @@ sw = "switch"; st = "status -sb"; rb = "rebase -i --autosquash"; + rbc = "rebase --continue"; + rbs = "rebase --skip"; + rba = "rebase --abort"; + rbe = "rebase --edit-todo"; arb = "absorb --and-rebase"; # reset