From e52d6f905b8321786ae7b1c4a19999b0f8382779 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Fri, 6 May 2016 02:30:20 +0200 Subject: add git subcommand 'dc' --- skel/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/skel/.gitconfig b/skel/.gitconfig index a87645d..afa0211 100644 --- a/skel/.gitconfig +++ b/skel/.gitconfig @@ -35,6 +35,7 @@ [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + dc = describe --contains [pretty] fixes = Fixes: %h (\"%s\") -- cgit v1.2.3