From 0d2e5ef264d95e258fa7aeed8aa26f27aecb092d Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 6 Apr 2026 00:34:29 +0200 Subject: [PATCH] git: add rebase shortcut --- files/git/.gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index e0537d7..82b861d 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -12,10 +12,11 @@ co = checkout cp = cherry-pick d = diff - nuke = clean -df lg = log --oneline --decorate --graph + nuke = clean -df pl = pull --rebase ps = push + r = rebase -i sh = show st = status -s wt = worktree