Add an abbreviation for git tag

This commit is contained in:
Oliver Davies 2025-04-01 16:06:58 +01:00
parent 61f87918e0
commit c906a7226b

View file

@ -52,6 +52,7 @@
gsh = "git show";
gst = "git stash";
gstp = "git stash pop";
gt = "git tag";
# tmux
ta = "tmux attach";