From fa601f903fb8f9e67e28021c4b7794f4cf151fb1 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 13 Apr 2026 22:17:23 +0200 Subject: [PATCH] git: add some shortcuts --- files/git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 82b861d..b8b1690 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -6,6 +6,7 @@ [alias] a = add aa = add . + b = branch bl = blame c = commit -v ca = commit -v --amend @@ -17,6 +18,7 @@ pl = pull --rebase ps = push r = rebase -i + rc = rebase --continue sh = show st = status -s wt = worktree