From 3112182a7ae64fe771eb24acc2e62a66c041dac1 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sat, 15 Jun 2024 20:12:08 +0300 Subject: [PATCH] git: update aliases --- gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 66417de..8496a11 100644 --- a/gitconfig +++ b/gitconfig @@ -20,8 +20,10 @@ defaultBranch = "main" [alias] + push-fwl = push --force-with-lease l = log --oneline --decorate - s = status -sb + lg = log --oneline --graph --all + st = status -sb cm = commit -m sw = switch