diff options
author | Marko Kreen | 2011-11-14 10:47:51 +0000 |
---|---|---|
committer | Marko Kreen | 2011-11-14 10:47:51 +0000 |
commit | b8ee8d708a54abd9ce7f707f3e027589642f4731 (patch) | |
tree | 0e246db15580248c2938ea69efb83391d74e5f8e | |
parent | e1f51d3fa12355905aefe8b0048fa62e32d214e8 (diff) |
doc/devnotes: way to make 'git log' nicer
-rw-r--r-- | doc/devnotes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`: |