From e7fb72af67aa146994b23a8bfbabbbd56675cccb Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 10 Jun 2024 08:58:43 +0200 Subject: [PATCH] gitconfig : nouvel alias --- home/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/home/gitconfig b/home/gitconfig index c246456..95c298e 100644 --- a/home/gitconfig +++ b/home/gitconfig @@ -19,5 +19,6 @@ m = merge r = rebase graph = log --graph --oneline + ds = diff --staged [push] autoSetupRemote = true