Add a Git alias for showing branches and their authors.

This commit is contained in:
Scott Wallace 2016-06-22 10:03:24 +01:00
parent ec0ef969e5
commit f9dacaa368

View file

@ -22,6 +22,7 @@
ci = commit
co = checkout
br = branch
ref = for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate
[color]
ui = true
[branch]