change master to main in CONTRIBUTING

This commit is contained in:
Melody Becker 2024-09-25 17:08:19 +02:00
parent 3964c32438
commit f5f72ede62

View file

@ -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