git alias tags

This commit is contained in:
thek4n 2025-08-29 12:49:52 +03:00
parent ad390d00b6
commit 147422ab17

View File

@ -43,6 +43,7 @@
dump = cat-file -p
unstage = "reset HEAD --"
count = "rev-list --count --all"
tags = "for-each-ref --sort=-creatordate --format '%(refname:strip=2)' refs/tags"
# edit conflicted file on merge
edit-unmerged = "!$EDITOR $(git ls-files --unmerged | cut -f2 | sort -u)"