diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-02-08 20:20:25 +0000 | 
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-02-08 20:20:25 +0000 | 
| commit | 5db7d7f9394d8b0eb14f7abf13fbc4cf4afc2f4c (patch) | |
| tree | 7d04564ec0585e18acd477408e60d2318d36ebdf /.config/git | |
| parent | 05a28791beb8f3b954b152f939fb0d3b9106195c (diff) | |
Set main as the name of the default branch for new git repositories
Diffstat (limited to '.config/git')
| -rw-r--r-- | .config/git/config | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 524bb28..a599745 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,3 +3,5 @@  	email = davidtsadler@googlemail.com  [core]  	excludesfile = ~/.config/git/gitignore_global +[init] +	defaultBranch=main  | 
