From 6eb5f826fbf4cd7268d96df1ec4d38e40544810f Mon Sep 17 00:00:00 2001 From: Tim Hildebrandt Date: Wed, 10 Apr 2024 10:28:51 +0200 Subject: [PATCH] Replaced master with main --- git_setup.sh | 2 +- gitconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/git_setup.sh b/git_setup.sh index 8e780e2496..258de6d04f 100755 --- a/git_setup.sh +++ b/git_setup.sh @@ -9,7 +9,7 @@ git config --global user.name "$full_name" git add . git commit --message "My identity for @lewagon in the gitconfig" -git push origin master +git push origin main git remote add upstream git@github.com:lewagon/dotfiles.git diff --git a/gitconfig b/gitconfig index db3f5bd65d..ca697077b1 100644 --- a/gitconfig +++ b/gitconfig @@ -51,11 +51,11 @@ [push] default = simple -[branch "master"] +[branch "main"] mergeoptions = --no-edit [pull] rebase = false [init] - defaultBranch = master + defaultBranch = main