diff options
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 |