From cf9a4d69f68ec6d3092876a263a2de7d08a33a3e Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 27 Dec 2021 22:06:09 +0300 Subject: [PATCH] add default branch name --- Git/.gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Git/.gitconfig b/Git/.gitconfig index 0c694e8..d482b14 100644 --- a/Git/.gitconfig +++ b/Git/.gitconfig @@ -17,6 +17,8 @@ autocrlf = input excludesFile = ~/.gitignore [commit] - gpgsign = true + gpgsign = false [gpg] program = /usr/bin/gpg +[init] + defaultBranch = master