diff options
author | Camil Staps | 2021-06-27 21:49:25 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-27 21:49:25 +0200 |
commit | 819bf980c34ba9f76a5541476d661b4a3a680459 (patch) | |
tree | a624d165c45f4dfb333b7bb82efb7d748e9e43bb /git/.gitconfig | |
parent | Use dark colorscheme for vim help files; otherwise the background switches co... (diff) |
Use main by default in git
Diffstat (limited to 'git/.gitconfig')
-rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index b622520..c69c5fc 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -40,3 +40,5 @@ required = true [pull] ff = only +[init] + defaultBranch = main |