Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Capitalize Or at the beginning of the sentence
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
ezio-melotti and hugovk authored Nov 19, 2025
commit 2d9f227ef3241baa3f099f963f0cbcf7d32c1083
2 changes: 1 addition & 1 deletion getting-started/git-boot-camp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ If you don't have GitHub CLI or hub installed, you can run the following command
$ git fetch upstream pull/NNNNN/head:pr_NNNNN
$ git switch pr_NNNNN

or set up a Git alias:
Or set up a Git alias:

.. tab:: Unix/macOS

Expand Down
Loading