From: Simon Ruderich Date: Sat, 21 Nov 2020 05:01:04 +0000 (+0100) Subject: vcs: gitconfig: prevent planned change of the default branch name X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=c6d4ddd552ee8c9ecda52e806bfe5d706baf307c;hp=fc5ffa41b00e58d52a9a972ab5b9774780332c32 vcs: gitconfig: prevent planned change of the default branch name --- diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index aa0ef85..ce370a5 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -242,6 +242,8 @@ # Don't create .git/hooks with any sample hooks. Reduces the clutter # in new git repositories. templateDir = + # Keep the default branch name + defaultBranch = master # NON-GIT SETTINGS