From 951f0753517a1fa1a93b7119f6f1b799a77a13f0 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko Date: Sun, 30 Oct 2022 20:55:36 +0200 Subject: [PATCH] git: add aliases --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 48d0fe5..463f1e9 100644 --- a/.config/git/config +++ b/.config/git/config @@ -6,6 +6,8 @@ df = diff lc = log -1 HEAD --stat ll = log --oneline + pf = push -f + sc = pull --rebase upstream master st = status -sb un = reset HEAD -- [user]