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

main
Isabel 1 year ago committed by Hamothy
parent 90d33f92b4
commit 815744c891

@ -121,15 +121,9 @@ template as a blueprint.
cd <name_of_your_port> 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.
``` 4. Set up the rest of your port, and push it to your user repository!
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!
&nbsp; &nbsp;

Loading…
Cancel
Save