Skip to content

Commit ba39cf4

Browse files
Freshness Edit: Visual Studio | 330492 (#13411)
* Freshness pass, in progress. * Freshness. * Fix warning. * Minor edits. * Implement feedback. * Incorporate feedback.
1 parent 076ea5c commit ba39cf4

16 files changed

+158
-144
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 04/18/2024
2+
ms.date: 12/04/2024
33
ms.subservice: general-ide
44
ms.custom: vs-get-started, devdivchpfy22
55
ms.author: ghogen
@@ -37,13 +37,13 @@ To associate your code with Git, start by creating a new Git repository where yo
3737
## Use Git actions in Visual Studio
3838

3939
Here's a brief summary of Git actions available in the Visual Studio status bar:
40-
41-
- The **Up/Down** arrows show 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.
42-
40+
41+
- The **Up/Down** arrows show 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.
42+
4343
- To view a specific commit, select the **Up/Down** arrow, and then select **View Outgoing/Incoming**.
4444

4545
- The **Pencil** shows the number of uncommitted changes to your code. You can select this icon to view those changes in the **Git Changes** window.
4646

4747
The **Git** menu provides tools for repository actions on your files. You can [use git fetch, pull, push, and sync for version control in Visual Studio](../../version-control/git-fetch-pull-sync.md).
4848

49-
To learn more about how to use Git with your app, see the [Visual Studio version control documentation](../../version-control/git-with-visual-studio.md).
49+
For more information about how to use Git with your app, see [About Git in Visual Studio](../../version-control/git-with-visual-studio.md).
-37.2 KB
Loading
-85 KB
Loading
-24.5 KB
Loading
-37.7 KB
Loading
-96.9 KB
Loading
-23.5 KB
Loading
-17.1 KB
Loading
-43.6 KB
Loading

docs/get-started/tutorial-projects-solutions.md

Lines changed: 61 additions & 49 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)