From ef8bd8b9b7fc7311e74dcee0bc224c57b2806eae Mon Sep 17 00:00:00 2001 From: rydesun Date: Tue, 22 Feb 2022 19:43:39 +0800 Subject: [PATCH] Update git alias --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 5fd6078..faceb27 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,7 +3,7 @@ email = rydesun@gmail.com signingkey = rydesun@gmail.com [alias] - lg = log --oneline --abbrev=4 --graph --decorate --all + lg = log --oneline --abbrev=4 --graph --decorate --all -5 gl = log --oneline --abbrev=4 --graph --decorate --all st = status -s c = commit