From 631efde8f291e10131499ba93a746635005d6301 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 6 Mar 2012 16:12:52 -0500 Subject: [PATCH] shortcut for describe --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 27b6694..a1e3403 100644 --- a/.gitconfig +++ b/.gitconfig @@ -25,6 +25,7 @@ co = checkout cp = cherry-pick d = diff + desc = describe dl = download f = fetch fp = format-patch -- 2.39.5