From e549e1ec69018221dcbc19c8b84b7b8c3fab2c31 Mon Sep 17 00:00:00 2001 From: xesc Date: Sun, 2 Mar 2025 16:49:31 +0100 Subject: [PATCH] more aliases --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index c67be24..6b5b103 100644 --- a/config +++ b/config @@ -31,12 +31,14 @@ [alias] co = checkout + b = checkout -b comit = commit ocmiit = commit upll = pull upsh = push d = diff dc = diff --cached + ds = dc s = status stat = status l = log --graph --branches