feat: add git tag-sort helper script
This commit is contained in:
parent
8c062395be
commit
9a16dad587
1 changed files with 3 additions and 0 deletions
3
private_dot_local/bin/executable_git-tag-sort
Normal file
3
private_dot_local/bin/executable_git-tag-sort
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
git tag --sort=v:refname
|
Loading…
Reference in a new issue