From b5e39d923576c01280cbdbb4f2df287a6d24d8c2 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Mon, 23 Sep 2024 16:27:25 +0300 Subject: [PATCH] git: add alias for push --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 8496a11..e03048d 100644 --- a/gitconfig +++ b/gitconfig @@ -21,6 +21,7 @@ [alias] push-fwl = push --force-with-lease + pu = push l = log --oneline --decorate lg = log --oneline --graph --all st = status -sb