From 9ca903ffd92159023ff5f0933e888652be67d3ce Mon Sep 17 00:00:00 2001 From: rydesun Date: Sat, 13 May 2023 16:15:22 +0800 Subject: [PATCH] Add git aliases --- .config/git/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 6c59717..0201c0f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -7,9 +7,11 @@ date = iso [alias] - lg = log --oneline --abbrev=5 --graph --decorate --all -5 + lgl = log --oneline --abbrev=5 --graph --decorate --all + lg = lgl -5 gl = lg - st = status -s + st = status --short + sts = show --name-status c = commit b = branch p = push