diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 00:04:16 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 00:04:16 +0100 |
commit | 94a25bd91829033a2849770181403b277c0b7e57 (patch) | |
tree | f4010329250a0a811872bba92eb326a0f1807e38 | |
parent | 7fbcfd6d08b1f78fbfb7e7a6e683cc805a51a935 (diff) | |
download | git-master.tar.gz git-master.tar.bz2 |
-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 |