git: nice tag alias "t"
This commit is contained in:
parent
9d6880a733
commit
a4e102f944
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@ patch = !git --no-pager diff --no-color
|
|||
co = checkout
|
||||
st = status -sb
|
||||
pullr = pull --rebase
|
||||
t = tag --sort=-v:refname --format='%(color:bold italic)%(objectname:short)%(color:noitalic) %(refname:short)'
|
||||
|
||||
sl = branchless smartlog
|
||||
sync = branchless sync
|
||||
|
@ -121,3 +122,5 @@ concurrenttransfers = 32
|
|||
repo = /tmp/k2/src
|
||||
[fetch]
|
||||
showForcedUpdates = true
|
||||
[tag]
|
||||
sort = -v:refname
|
||||
|
|
Loading…
Reference in a new issue