From 2c7a545188990332539ee2d42164c941ef5b6d43 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 25 Oct 2024 02:05:45 +0200 Subject: Update --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 060e7b3..4d3819b 100644 --- a/gitconfig +++ b/gitconfig @@ -10,6 +10,7 @@ gpgsign = true [alias] pushall = !sh -c \"git remote | xargs -L1 git push --all\" + tree = log --oneline --graph [init] defaultBranch = master [pull] -- cgit v1.2.3