Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f4dd297

Browse files
committed
add descriptions to images in getting started section
1 parent 90ae092 commit f4dd297

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/getting-started/authenticating-to-github.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Before you authenticate, you must already have a GitHub or GitHub Enterprise acc
1010
> **Note:** If your organization is on the [Business plan](https://help.github.com/articles/organization-billing-plans) and has enabled SAML single sign-on, you must create and authorize a personal access token to access protected content. For more information on creating personal access tokens, see "[Creating a personal access token for the command line](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line). For more information on authenticating with SAML single sign-on, see "[About authentication with SAML single sign-on](https://help.github.com/articles/about-authentication-with-saml-single-sign-on)."
1111
1212
1. In Visual Studio, select **Team Explorer** from the **View** menu.
13-
![](images/view_team_explorer.png)
13+
![Team Explorer in the view menu](images/view_team_explorer.png)
1414
2. In the Team Explorer pane, click the **Manage Connections** toolbar button.
15-
![](images/manage_connections.png)
15+
![Manage connections toolbar button in the Team Explorer pane](images/manage_connections.png)
1616
3. Click the **Connect** link in the GitHub section. If you are already connected to a GitHub instance and want to connect to another, this link will not be visible; instead click **Manage Connections** and then **Connect to GitHub**.
17-
![](images/connect_to_github.png)
17+
![Connect to GitHub in the manage connections dropdown in the Team Explorer pane](images/connect_to_github.png)
1818
4. In the **Connect to GitHub dialog** choose **GitHub** or **GitHub Enterprise**, depending on which product you're using.
1919
5. Type your credentials, then click **Sign In**.

docs/getting-started/configuring-git-in-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The name and email that will be displayed with your commits can be set from Team
88

99
2. Click the **Settings** button in Team Explorer.
1010

11-
![image](images/settings-button.png)
11+
![The settings button in Team Explorer pane](images/settings-button.png)
1212

1313
3. Click **Global Settings** in the Team Explorer Settings page
1414

15-
![image](images/global-settings-link.png)
15+
![The global settings button in the Team Explorer settings page](images/global-settings-link.png)
1616

17-
4. Enter the name and email that you would like to appear in commits.
17+
4. Enter the name and email that you would like to appear in commits.

docs/getting-started/installing-github-for-visual-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you're currently running Visual Studio 2015 or higher, you can install the ex
2424

2525
4. Select the **GitHub Extension for Visual Studio** entry and click **Download**
2626

27-
![image](images/install-from-gallery.png)
27+
![Installing GitHub for Visual Studio in the settings extensions and updates gallery](images/install-from-gallery.png)
2828

2929
5. After installation is completed, restart Visual Studio.
3030

@@ -38,7 +38,7 @@ When you install Visual Studio, you can include the GitHub Extension for Visual
3838

3939
1. Start the Visual Studio 2015 installer.
4040
2. Scroll down to **Common Tools** and check **GitHub Extension for Visual Studio**.
41-
![image](images/vs2015-installer.png)
41+
![GitHub Extension for Visual Studio in the common tools section of the Visual Studio 2015 installer](images/vs2015-installer.png)
4242
3. Click the **Install** button.
4343
4. Once installation is complete, run Visual Studio 2015 and [update the extension](#updating-the-extension)
4444

@@ -52,7 +52,7 @@ When you install Visual Studio, you can include the GitHub Extension for Visual
5252

5353
3. Scroll down to **Code tools** and check **GitHub Extension for Visual Studio**.
5454

55-
![image](images/vs2017-installer.png)
55+
![GitHub Extension for Visual Studio in the code tools section of the Visual Studio 2017 installer](images/vs2017-installer.png)
5656

5757
4. Click the **Modify** button.
5858

@@ -67,5 +67,5 @@ Visual Studio 2017 will not run automatic updates until you update the extension
6767
1. In Visual Studio, open the **Tools** menu and click **Extensions and Updates**
6868
2. On the left side of the **Extensions and Updates** dialog, select **Updates - Visual Studio gallery**
6969
3. If there are updates available, an entry titled **GitHub Extension for Visual Studio** will appear on the list. Select it and click **Update**
70-
![image](images/update-from-gallery.png)
70+
![Updating GitHub for Visual Studio in the settings extensions and updates gallery](images/update-from-gallery.png)
7171
4. After installation is completed, restart Visual Studio.
File renamed without changes.

0 commit comments

Comments
 (0)