diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:19 +0000 |
commit | a0541b72e6d61a758b28486d1b1ed161d920622f (patch) | |
tree | bdc5437326f94af201b5e7234f4109d85088705e /debian | |
parent | Setting diff.wsErrorHighlight to all. (diff) | |
download | git-a0541b72e6d61a758b28486d1b1ed161d920622f.tar.xz git-a0541b72e6d61a758b28486d1b1ed161d920622f.zip |
Setting init.defaultBranch to main.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/local/gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/gitconfig b/debian/local/gitconfig index 2e55120..5483632 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -16,3 +16,6 @@ [diff] renames = copies wsErrorHighlight = all + +[init] + defaultBranch = main |