Add a Git alias for showing branches and their authors.
This commit is contained in:
parent
ec0ef969e5
commit
f9dacaa368
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue