diff options
| author | 2020-12-04 16:53:12 -0500 | |
|---|---|---|
| committer | 2020-12-04 16:53:12 -0500 | |
| commit | c0ade667874577779223671a44f351cec64dc8c2 (patch) | |
| tree | d2a38a484bd9405b8b0c4df4c25ec5d5d89c6d79 /dot_config/git/config | |
| parent | path: add pipx (diff) | |
git: call the main branch main
Diffstat (limited to '')
| -rw-r--r-- | dot_config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index e0adc5b..a2ade0b 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -26,6 +26,8 @@ helper = cache --timeout=3600 [help] autocorrect = 1 +[init] + defaultBranch = main [merge] tool = vimdiff [mergetool] |
