From ae273920169cb9e3089369639ccda945dccd7bc2 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sun, 31 Mar 2024 20:27:49 +0300 Subject: [PATCH] git: updpate aliases --- gitconfig | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gitconfig b/gitconfig index 0bcc518..c456a29 100644 --- a/gitconfig +++ b/gitconfig @@ -19,17 +19,10 @@ defaultBranch = "main" [alias] - a = add l = log --oneline --decorate - ll = log --graph --oneline --decorate --all s = status -sb - lg = log --stat - f = fetch + cm = commit -m sw = switch - cm = commit - p = pull - re = restore - r = rebase [interactive] diffFilter = delta