From f5f72ede62b526c5d1b93017346742e5f1c55376 Mon Sep 17 00:00:00 2001 From: mStar Date: Wed, 25 Sep 2024 17:08:19 +0200 Subject: [PATCH] change master to main in CONTRIBUTING --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 652cad1..e7fe3f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,8 +47,8 @@ Once your modifications are complete, you'll want to fetch the latest changes fr ```sh git remote add upstream https://gitlab.com/mstarongitlab/linstrom.git -git checkout master -git pull upstream master +git checkout main +git pull upstream main git checkout 1337-prevent-computer-from-exploding git rebase master git push --set-upstream origin 1337-prevent-computer-from-exploding