From f2d42050c9788691c32dfb125d2c4821d1db1c8d Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 23 Sep 2016 16:57:43 -0700 Subject: [PATCH] [git] Add mine alias to dump my commits --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index a4c650f..9213d30 100644 --- a/gitconfig +++ b/gitconfig @@ -25,6 +25,7 @@ d = diff dc = diff --cached dt = difftool + mine = log --author='Eryn Wells' # Branches, etc b = branch