From be98ad9d1b96979768c1b9c0aaa6db4d52c0d7f8 Mon Sep 17 00:00:00 2001 From: xerus2000 <27jf@pm.me> Date: Sat, 3 Oct 2020 11:37:54 +0200 Subject: [PATCH] config/git: Update aliases --- .config/git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index de8ac02..60e797d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -73,7 +73,8 @@ dir = !git root | sed 's/$/\\/.git/' | grep --color=never "/" # grep ensures a proper exit status on fail upstream = !git rev-parse --abbrev-ref --symbolic-full-name @{u} || echo origin/$(git curbranch) - c = commit + ap = add -p + c = commit -v co = checkout cp = cherry-pick p = push