Skip to content

Commit

Permalink
Fix instruction for patch open and push
Browse files Browse the repository at this point in the history
  • Loading branch information
mzampetakis committed Jul 4, 2024
1 parent 88972ef commit c305125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ git push both new-feature-x
* Open the path at Radicle and wait for the workflows' results to appear

```bash
git push rad -o patch.message="Implemented feature X" HEAD:refs/patches
git push both -o patch.message="Implemented feature X" HEAD:refs/patches
```

If everything is set up correctly, a comment will ba added to the patch providing information for the progress and the
Expand Down

0 comments on commit c305125

Please sign in to comment.