git tag annotate alias

This commit is contained in:
Tristan 2024-01-22 15:22:25 +00:00
parent 2f7eefed83
commit 3173e5efa4

View file

@ -5,6 +5,7 @@
graph = "log --oneline --all --graph";
amend = "commit --amend --no-edit";
sdiff = "diff --staged";
t = "tag --annotate";
};
delta = {
enable = true;