diff options
Diffstat (limited to 'gitconfig.dot.link')
-rw-r--r-- | gitconfig.dot.link | 3 |
1 files changed, 3 insertions, 0 deletions
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 |