Accessibility: Replace Codespaces screenshots and rewrite alt text (#34864)
Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
@@ -44,9 +44,9 @@ A typical workflow for updating a file using {% data variables.product.prodname_
|
||||
|
||||
## About automatic forking
|
||||
|
||||
You can create a codespace for any repository to which you have write access. If you only have read access to a repository, you can create a codespace for the repository as long as you can fork it.
|
||||
You can create a codespace for any repository to which you have write access. If you only have read access to a repository, you can create a codespace for the repository as long as you can fork it.
|
||||
|
||||
You do not need to fork the repository before you create the codespace. For example, you can create a codespace from the repository to look at the project and make experimental changes, then delete the codespace if you no longer need it.
|
||||
You do not need to fork the repository before you create the codespace. For example, you can create a codespace from the repository to look at the project and make experimental changes, then delete the codespace if you no longer need it.
|
||||
|
||||
If you make a commit from the codespace, {% data variables.product.prodname_github_codespaces %} either creates a fork of the repository under your account and links it to your codespace, or it links your codespace to an existing fork if you already have one for the repository. You can then push your changes to the fork and create a pull request to propose the changes to the upstream repository.
|
||||
|
||||
@@ -79,13 +79,13 @@ For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-re
|
||||
|
||||
{% webui %}
|
||||
|
||||
{% data reusables.codespaces.source-control %}
|
||||
{% data reusables.codespaces.source-control %}
|
||||
|
||||
{% endwebui %}
|
||||
|
||||
{% vscode %}
|
||||
|
||||
{% data reusables.codespaces.source-control %}
|
||||
{% data reusables.codespaces.source-control %}
|
||||
|
||||
{% endvscode %}
|
||||
|
||||
@@ -95,35 +95,35 @@ For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-re
|
||||
|
||||
1. Click the branch name at the right side of the status bar.
|
||||
|
||||

|
||||

|
||||
|
||||
1. In the pop-up menu, do one of the following:
|
||||
* To create a new branch based on the current branch, click the name of the current branch, then choose **New Branch**.
|
||||
- **To create a new branch based on the current branch**, click **New Branch**.
|
||||
|
||||

|
||||

|
||||
|
||||
Enter a name for the new branch and click **Create**.
|
||||
|
||||

|
||||

|
||||
|
||||
* To check out an existing branch, start typing the name of the branch you want to check out. Click the branch from the list, then click **Checkout**.
|
||||
- **To check out an existing branch**, start typing the name of the branch you want to check out. Click the branch from the list, then click **Checkout**.
|
||||
|
||||

|
||||

|
||||
|
||||
{% tip %}
|
||||
|
||||
**Tip**: If someone has recently changed a file on the remote repository, in the branch you switched to, you may not see those changes until you pull the changes into your codespace.
|
||||
**Tip**: If someone has recently changed a file on the remote repository, in the branch you switched to, you may not see those changes until you pull the changes into your codespace.
|
||||
|
||||
{% endtip %}
|
||||
|
||||
|
||||
## Committing your changes
|
||||
## Committing your changes
|
||||
|
||||
1. At the right side of the navigation bar, click the check mark.
|
||||
|
||||

|
||||

|
||||
|
||||
1. In the Commit Changes dialog box, enter a commit message.
|
||||
1. In the Commit Changes dialog, enter a commit message.
|
||||
1. Click **Commit**.
|
||||
|
||||
Alternatively, click the down arrow beside **Commit** and click **Commit and Push**.
|
||||
@@ -136,11 +136,11 @@ You can pull changes from the same branch on the remote repository and apply tho
|
||||
|
||||
1. At the right side of the navigation bar, click the downward pointing arrow.
|
||||
|
||||

|
||||

|
||||
|
||||
1. In the Update Project dialog box, choose whether you want to merge or rebase the incoming changes.
|
||||
1. In the Update Project dialog, choose whether you want to merge or rebase the incoming changes.
|
||||
|
||||

|
||||

|
||||
|
||||
1. Click **OK**.
|
||||
|
||||
@@ -150,8 +150,8 @@ You can push changes you've saved and committed. This applies those changes to t
|
||||
|
||||
1. At the right side of the navigation bar, click the upward pointing arrow.
|
||||
|
||||

|
||||

|
||||
|
||||
1. In the Push Commits dialog box, click **Push**.
|
||||
1. In the Push Commits dialog, click **Push**.
|
||||
|
||||
{% endjetbrains %}
|
||||
|
||||
Reference in New Issue
Block a user