Skip to content

Commit d6919eb

Browse files
authored
Merge pull request #6969 from MicrosoftDocs/master637647302181396515
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 16a7002 + 8de1cb9 commit d6919eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/includes/git-source-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To associate your code with Git, you start by creating a new Git repository wher
3737

3838
:::image type="content" source="../media/vs-2022/git-new-private-repo-status-details.png" alt-text="Screenshot of the repo status bar that's below the Solution Explorer pane in Visual Studio.":::
3939

40-
The first icon with the arrows shows how many outgoing/incoming commits are in your current branch. You can use this icon to pull any incoming commits or push any outgoing commits. You can also chose to view these commits first, too. To do so, click the icon, and then select **View Outgoing/Incoming**.
40+
The first icon with the arrows shows how many outgoing/incoming commits are in your current branch. You can use this icon to pull any incoming commits or push any outgoing commits. You can also choose to view these commits first, too. To do so, click the icon, and then select **View Outgoing/Incoming**.
4141

4242
The second icon with the pencil shows the number of uncommitted changes to your code. You can click this icon to view those changes in the **Git Changes** window.
4343

0 commit comments

Comments
 (0)