diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:18:22 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:18:22 +0200 |
| commit | 9449ed711d557cc096150b5542e2f430c5bf8599 (patch) | |
| tree | 87817793012ac916ef2d6c75ebbe010ad63c9ae8 | |
| parent | 9a23a5bd607037e5514a5c130992a8bdb36fd351 (diff) | |
git: Use "main" as default branch
| -rw-r--r-- | dot.gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.gitconfig b/dot.gitconfig index c2ffede..91c162d 100644 --- a/dot.gitconfig +++ b/dot.gitconfig @@ -21,3 +21,5 @@ ff = only [sendemail] bcc = fcc-sent@qsuscs.de +[init] + defaultBranch = main |
