git: sort branches by date
This commit is contained in:
parent
87fdffca9e
commit
b7dcf1ee16
@ -7,7 +7,7 @@
|
||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
[alias]
|
||||
aliases = config --get-regexp alias
|
||||
br = branch
|
||||
br = branch --sort='-committerdate' --format='%(HEAD) %(color:blue)%(committerdate:short)%(color:reset) - %(if)%(worktreepath)%(then)%(color:reverse yellow)%(refname:short)%(color:reset)%(else)%(color:yellow)%(refname:short)%(color:reset)%(end)'
|
||||
co = checkout
|
||||
df = diff
|
||||
dc = diff --cached
|
||||
@ -57,3 +57,6 @@
|
||||
default = current
|
||||
[log]
|
||||
date = human
|
||||
[stash]
|
||||
showPatch = true
|
||||
showStat = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user