diff --git a/getting-started/git-boot-camp.rst b/getting-started/git-boot-camp.rst index 4746de33be..9b8981eb5c 100644 --- a/getting-started/git-boot-camp.rst +++ b/getting-started/git-boot-camp.rst @@ -430,9 +430,9 @@ Scenario: - Before merging it, you want to be able to test their changes locally. If you've got `GitHub CLI `_ or -`hub `_ installed, you can simply do:: +`hub `_ installed, you can do:: - $ gh pr checkout # GitHub CLI + $ gh co # GitHub CLI $ hub pr checkout # hub Both of these tools will configure a remote URL for the branch, so you can @@ -637,7 +637,7 @@ Examples of useful commands: * Check out another PR:: - gh pr checkout + gh co * Set ``ssh`` as the Git protocol::