From 3fbd15630e978dbc0a175a4a359a49d293ca12aa Mon Sep 17 00:00:00 2001 From: Xavier Moreno Date: Tue, 12 Oct 2021 22:11:37 +0200 Subject: [PATCH] docs(contributing): add extra steps for commiting other's forks --- CONTRIBUTING.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09646cdf..a8c9ea3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,8 +118,14 @@ git remote add git@github.com:/controllerx.git Then you will need to fetch, create and checkout the branch: ```shell -git fetch -git checkout -b - / +git fetch +git checkout -b - / +``` + +Once the changes are commited, you can push with the following command: + +```shell +git push HEAD: ``` ## Deployment