Skip to content

Commit

Permalink
Simplify pull request checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbengtsson committed Dec 5, 2023
1 parent 16b9a37 commit 2f152f0
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 @@ -264,8 +264,7 @@ Contributions are always welcome, especially on open issues. If you have somethi

### Pull requests locally

- `git fetch origin pull/478/head:pr478`
- `git checkout pr478`
- `PULL_REQUEST=472 && git fetch origin pull/$PULL_REQUEST/head:pr$PULL_REQUEST && git checkout pr$PULL_REQUEST`

### Release prerelease

Expand Down

0 comments on commit 2f152f0

Please sign in to comment.