From fc60d4baf363ffa032edb4647f434a6c3c68d731 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 23 May 2025 13:08:24 +0200 Subject: [PATCH] git: Add fetch-tags-only alias --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 0fa4515..b51818e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -16,7 +16,9 @@ co = checkout cow = checkout-worktree f = fetch + fetch-tags-only = fetch origin "refs/tags/*:refs/tags/*" fixes = log -1 --pretty=fixes + ft = fetch-tags-only l = log last-msg = commit-last-msg p = push