Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/code-howtos/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It can be enhanced to be even more pleasant.
### Command line tooling

[`gh` tool](https://cli.github.com/) is GitHub's CLI tool.
The most important feature is to run [`gh checkout pr <number>`](https://cli.github.com/manual/gh_pr_checkout) to checkout another PR.
The most important feature is to run [`gh pr checkout <number>`](https://cli.github.com/manual/gh_pr_checkout) to checkout another PR.
This is useful for trying out other pull requests, which in turn favours community engagement.

Note: Running JabRef using gradle from the command line requires a JDK to be installed.
Expand Down
Loading