add git alias

This commit is contained in:
thek4n 2025-10-14 11:56:45 +03:00
parent 669ff43ec0
commit ead6118efb

View File

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