From 815744c89155e29eb750a56126d71bd3ceeccfe4 Mon Sep 17 00:00:00 2001 From: Isabel <71222764+isabelroses@users.noreply.github.com> Date: Wed, 26 Apr 2023 14:08:09 +0100 Subject: [PATCH] docs(contributing): remove extra step (#2026) --- docs/port-creation.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/port-creation.md b/docs/port-creation.md index f7d392f..6390fea 100644 --- a/docs/port-creation.md +++ b/docs/port-creation.md @@ -121,15 +121,9 @@ template as a blueprint. cd ``` -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!