From 449ea1dfdf7d613c38d559ecd43dfd1baac66cc2 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Mon, 9 Oct 2023 08:51:28 +0200 Subject: [PATCH] Ajout : alias graph dans la configuration git --- home/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/home/gitconfig b/home/gitconfig index c9cd0fd..22e504c 100644 --- a/home/gitconfig +++ b/home/gitconfig @@ -18,3 +18,4 @@ sh = show m = merge r = rebase + graph = log --graph --oneline