From 8fda973f3bdc4a879380bbae78db25b921eea128 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Wed, 7 Aug 2024 01:16:04 +0100 Subject: [PATCH] Change default git branch to `dev` for new repos Signed-off-by: nexy7574 --- .gitconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index a255356..31a345c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,15 +1,15 @@ [user] name = nexy7574 email = git@nexy7574.co.uk - signingkey = 0FA334385D0B689F + signingkey = 0FA334385D0B689F [color] ui = always [pull] rebase = false [commit] - gpgsign = true + gpgsign = false [init] - defaultBranch = master + defaultBranch = dev [alias] ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi" [core]