From 3c2bd4e2f1d5a61769fbfc5400d2ea937499683d Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 19 Oct 2017 15:20:41 +0100 Subject: [PATCH] Add a Git alias for reflog with timestamp. --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index b17268a..31b809a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,6 +24,7 @@ co = checkout br = branch ref = for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate + rl = reflog --date=iso [color] ui = true [branch]