From 3dccaca6e6e5faec0338f8c05c95579b1c7930b1 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 2 Dec 2025 22:41:21 +0100 Subject: [PATCH] git: add more aliases --- git/gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 0e3dbc5..735bded 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -25,6 +25,13 @@ git = !exec git s = status unstage = reset HEAD -- + c = commit + cam = commit --amend + cp = cherry-pick + r = rebase + ri = rebase --interactive + rc = rebase --continue + ra = rebase --abort [rerere] enabled = true autoupdate = true