Skip to content

Commit ab6a449

Browse files
Merge pull request #10647 from TerryGLee/tglee-git021
add branch-switching blog post link
2 parents bc0ccae + 4fdfdf5 commit ab6a449

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/version-control/git-create-branch.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a branch
33
description: Create a branch for source control in Visual Studio with Git.
4-
ms.date: 10/20/2022
4+
ms.date: 11/23/2022
55
ms.topic: how-to
66
author: TerryGLee
77
ms.author: tglee
@@ -40,6 +40,9 @@ There you have it; you've created a new branch.
4040
> [!TIP]
4141
> The equivalent command for this action is `git checkout -b <new-branch> <existing-branch>`.
4242
43+
> [!NOTE]
44+
> For more information about the latest updates that improve branch switching, see the [Visual Studio 2022 Performance Enhancements: Git Branch Switching](https://devblogs.microsoft.com/visualstudio/vs2022-performance-enhancements-git-branch-switching/) blog post.
45+
4346
## Next steps
4447

4548
To continue your journey, visit the [Make a commit](git-make-commit.md) page. And to learn more about how to manage branches in Visual Studio, see [Merge and rebase branches](git-manage-repository.md#merge-and-rebase-branches).

0 commit comments

Comments
 (0)