From 44e73b9b7b3a7771c8913865ef3340e68934f839 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 7 Jun 2013 11:39:20 +0200 Subject: .gitconfig: Tweak `l` alias --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index e77adae..409e6ab 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,6 @@ [alias] - # View the SHA, description, and history graph of the latest 20 commits - l = log --pretty=oneline -n 20 --graph + # View abbreviated SHA, description, and history graph of the latest 20 commits + l = log --pretty=oneline -n 20 --graph --abbrev-commit # View the current working tree status using the short format s = status -s # Show the diff between the latest commit and the current state -- cgit v1.2.3