Skip to content

Commit

Permalink
doc: simplify example workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jan 19, 2024
1 parent 511cda5 commit e5c39f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ To use pull request features, you'll also need download the [Github CLI](https:/
```bash
# create a branch and make commits as normal
git stack create --split # create a new branch for each commit
git stack pr # create pull requests for each branch
git stack publish # publish the pull requests
git stack pr -p # create pull requests for each branch
# go to github and add summary, reviewers, test plan, etc

# If changes are requested:
Expand Down

0 comments on commit e5c39f7

Please sign in to comment.