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
|
ci = commit
|
||||||
co = checkout
|
co = checkout
|
||||||
br = branch
|
br = branch
|
||||||
|
ref = for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
[branch]
|
[branch]
|
||||||
|
|
Loading…
Reference in a new issue