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
|
co = checkout
|
||||||
st = status -sb
|
st = status -sb
|
||||||
pullr = pull --rebase
|
pullr = pull --rebase
|
||||||
|
t = tag --sort=-v:refname --format='%(color:bold italic)%(objectname:short)%(color:noitalic) %(refname:short)'
|
||||||
|
|
||||||
sl = branchless smartlog
|
sl = branchless smartlog
|
||||||
sync = branchless sync
|
sync = branchless sync
|
||||||
|
@ -121,3 +122,5 @@ concurrenttransfers = 32
|
||||||
repo = /tmp/k2/src
|
repo = /tmp/k2/src
|
||||||
[fetch]
|
[fetch]
|
||||||
showForcedUpdates = true
|
showForcedUpdates = true
|
||||||
|
[tag]
|
||||||
|
sort = -v:refname
|
||||||
|
|
Loading…
Reference in a new issue