diff --git a/gitconfig.sample b/gitconfig.sample index 586ea67..eb82253 100644 --- a/gitconfig.sample +++ b/gitconfig.sample @@ -22,3 +22,6 @@ smtpuser = revi@pobox.com smtpencryption = tls smtpserverport = 587 +[init] + defaultBranch = master + \ No newline at end of file