From 94a25bd91829033a2849770181403b277c0b7e57 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 Jun 2024 00:04:16 +0100 Subject: [PATCH] Sort tags by version --- gitconfig.dot.link | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig.dot.link b/gitconfig.dot.link index 26475ef..2349b32 100644 --- a/gitconfig.dot.link +++ b/gitconfig.dot.link @@ -42,6 +42,9 @@ [pull] rebase = false +[tag] + sort = version:refname + # Default initial branch # https://stackoverflow.com/questions/64249491/difference-between-main-branch-and-master-branch-in-github # https://stackoverflow.com/questions/42871542/how-can-i-create-a-git-repository-with-the-default-branch-name-other-than-maste -- 2.39.5