docs(contributing): remove extra step (#2026)

This commit is contained in:
Isabel 2023-04-26 14:08:09 +01:00 committed by GitHub
parent 8c6f99a470
commit 8a409b4beb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,15 +121,9 @@ template as a blueprint.
cd <name_of_your_port>
```
3. Delete the existing remote
3. Delete the `.git` folder at the root of the repository and run `git init`. This removes the template authors from appearing as contributors to your new port.
```
git remote remove origin
```
4. Delete the `.git` folder at the root of the repository and run `git init`. This removes the template authors from appearing as contributors to your new port.
5. Set up the rest of your port, and push it to your user repository!
4. Set up the rest of your port, and push it to your user repository!
&nbsp;