diff options
Diffstat (limited to '')
-rw-r--r-- | dot_gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_gitconfig b/dot_gitconfig index 0052138..b7c44cc 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -43,3 +43,5 @@ textconv = gpg --no-tty --decrypt [help] autocorrect = prompt +[init] + defaultBranch = master |