Add a Git alias for reflog with timestamp.

This commit is contained in:
Scott Wallace 2017-10-19 15:20:41 +01:00
parent b62b79ecaa
commit 3c2bd4e2f1

View file

@ -24,6 +24,7 @@
co = checkout co = checkout
br = branch br = branch
ref = for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate ref = for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate
rl = reflog --date=iso
[color] [color]
ui = true ui = true
[branch] [branch]