Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jolevesq authored Oct 19, 2022
1 parent 850539d commit 2b045e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ On the page, after few seconds, a Reviewable button will appear. You can click o
```
git add *
git ci --amend
git push -f origin/[BRANCH NAME]
git push -f origin [BRANCH NAME]
```

Reviewable will see a new commit has been push and will update with the new information. This process can be done in loop until everything is resolve. Then the reviewer will merge the **Pull Request** and the code will be available to all the other developers.
Expand Down

0 comments on commit 2b045e0

Please sign in to comment.