From 7a5c326dfb4be2083e9a5290819930a8c84d50ca Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 26 Jun 2023 07:51:25 +0800 Subject: Add alias for git pull --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index a0f8219..c61a10f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -54,6 +54,9 @@ rba = rebase --abort rbs = rebase --skip + pl = pull + plrb = pull --rebase + # contrib # git-jump -- cgit v1.2.3