change master to main in CONTRIBUTING
This commit is contained in:
parent
3964c32438
commit
f5f72ede62
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ Once your modifications are complete, you'll want to fetch the latest changes fr
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git remote add upstream https://gitlab.com/mstarongitlab/linstrom.git
|
git remote add upstream https://gitlab.com/mstarongitlab/linstrom.git
|
||||||
git checkout master
|
git checkout main
|
||||||
git pull upstream master
|
git pull upstream main
|
||||||
git checkout 1337-prevent-computer-from-exploding
|
git checkout 1337-prevent-computer-from-exploding
|
||||||
git rebase master
|
git rebase master
|
||||||
git push --set-upstream origin 1337-prevent-computer-from-exploding
|
git push --set-upstream origin 1337-prevent-computer-from-exploding
|
||||||
|
|
Loading…
Reference in a new issue