From beb29bfc3ffaf3f06a66322c37c8bc7fe43bb807 Mon Sep 17 00:00:00 2001 From: Jonathon Vandezande Date: Wed, 10 Jan 2024 16:23:58 -0500 Subject: [PATCH] Adds git tree. --- config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/git/config b/config/git/config index 9591725..db1846e 100755 --- a/config/git/config +++ b/config/git/config @@ -37,6 +37,7 @@ l = log s = status cram = commit --amend --no-edit + tree = log --graph --decorate --pretty=oneline --abbrev-commit [credential] helper = cache --timeout=86400 [pull]