Skip to content

Commit 5fa0c07

Browse files
Merge pull request #13713 from MicrosoftDocs/ghogen-patch-619062
Mention multiple GitHub accounts in main overview
2 parents 316680b + 1aa4be4 commit 5fa0c07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/version-control/git-with-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Git in Visual Studio
33
titleSuffix: ""
44
description: Explore Git options for source control in Visual Studio and track the code changes you make over time or revert to specific versions.
5-
ms.date: 05/15/2024
5+
ms.date: 03/14/2025
66
ms.topic: overview
77
author: ghogen
88
ms.author: ghogen
@@ -25,7 +25,7 @@ To get started using Git with Visual Studio:
2525

2626
- Otherwise, easily [create a new Git repository and add your code](git-create-repository.md). If you don't have a Git provider yet, we recommend you start with GitHub since the Git experience in Visual Studio is optimized for this provider. GitHub offers free and secured cloud code storage where you can store your code and access it from any device, anywhere.
2727

28-
Not only can you add both [GitHub and GitHub Enterprise accounts to your keychain](../ide/work-with-github-accounts.md), but you can also leverage them just as you do with Microsoft accounts. If you don’t have a GitHub account, follow these steps to [create a GitHub account to use with Visual Studio](git-create-github-account.md) now.
28+
Not only can you add both [GitHub and GitHub Enterprise accounts to your keychain](../ide/work-with-github-accounts.md), but you can also leverage them just as you do with Microsoft accounts. If you don’t have a GitHub account, follow these steps to [create a GitHub account to use with Visual Studio](git-create-github-account.md) now. Also, with Visual Studio 17.12 and later, you can add multiple GitHub accounts, and switch between them as needed. See [Add GitHub accounts to your Visual Studio keychain](../ide/work-with-github-accounts.md).
2929

3030
:::image type="content" source="media/vs-2022/git-source-control-create-repository.png" alt-text="Screenshot of the Create a Git Repository dialog box in Visual Studio." lightbox="media/vs-2022/git-source-control-create-repository.png":::
3131

@@ -276,4 +276,4 @@ The new Git experience is the default version control system in Visual Studio 20
276276
## Next steps
277277

278278
>[!Tip]
279-
> To learn about using Git and GitHub in Visual Studio, sign up for the [Git learning series](https://aka.ms/vsgitlearn-1-signup-docs).
279+
> To learn about using Git and GitHub in Visual Studio, sign up for the [Git learning series](https://aka.ms/vsgitlearn-1-signup-docs).

0 commit comments

Comments
 (0)