Skip to content

Commit a241e7a

Browse files
authored
Merge pull request #61720 from github/repo-sync
Repo sync
2 parents 2eacbd1 + d9b52eb commit a241e7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/copilot/how-tos/troubleshoot-copilot/troubleshoot-common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Most people see rate limiting for select models, due to limited capacity.
7171

7272
Service-level request rate limits ensure high service quality for all {% data variables.product.prodname_copilot_short %} users and should not affect typical or even deeply engaged {% data variables.product.prodname_copilot_short %} usage. We are aware of some use cases that are affected by it. {% data variables.product.github %} is iterating on {% data variables.product.prodname_copilot_short %}’s rate-limiting heuristics to ensure it doesn’t block legitimate use cases.
7373

74-
If you are rate limited, the error message will contain the suggested retry time for a successful request. For more information about alternative actions you can take while your limit resets, see [AUTOTITLE](/copilot/concepts/usage-limits#what-to-do-if-you-hit-a-limit).
74+
If you are rate limited, the error message may tell you to wait for your limit to reset, suggest a retry time, or prompt you to upgrade your plan for additional usage. For more information about what to do while your limit resets, see [AUTOTITLE](/copilot/concepts/usage-limits#what-to-do-if-you-hit-a-limit).
7575

7676
In case you experience repeated rate limiting in {% data variables.product.prodname_copilot_short %} contact {% data variables.contact.contact_support_page %}.
7777

content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Anyone can work with a previously opened pull request to continue working on it,
6565
![Screenshot of the title of a pull request. The pull request's ID number is outlined in dark orange.](/assets/images/help/pull_requests/pull-request-id-number.png)
6666

6767
{% data reusables.command_line.open_the_multi_os_terminal %}
68-
1. Fetch the reference to the pull request based on its ID number, creating a new branch in the process.
68+
1. Fetch the reference to the pull request based on its ID number, creating a new branch in the process. Use the pull request ID and the name of the local branch you want to create in the command.
6969

7070
```shell
7171
git fetch origin pull/ID/head:BRANCH_NAME

0 commit comments

Comments
 (0)