From b8ee8d708a54abd9ce7f707f3e027589642f4731 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 14 Nov 2011 12:47:51 +0200 Subject: [PATCH] doc/devnotes: way to make 'git log' nicer --- doc/devnotes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/devnotes.txt b/doc/devnotes.txt index c49fc75e..309d67e8 100644 --- a/doc/devnotes.txt +++ b/doc/devnotes.txt @@ -111,6 +111,9 @@ Optional: make git colorful: $ git config --global color.diff auto $ git config --global color.pager true $ git config --global color.status true + ## make log nicer + $ git config --global log.decorate short + $ git config --global log.abbrevCommit true Optional: activate tab-completion for git, pick one of the lines below and put it into your `.bashrc`: -- 2.39.5