Skip to content

Commit 7e0f782

Browse files
authored
Merge pull request #8562 from MicrosoftDocs/main638013854842725550sync_temp
Repo sync for protected CLA branch
2 parents 246d014 + d828647 commit 7e0f782

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/msbuild/errors/msb3577.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In MSBuild 16.10 and later, you can use `TargetPath` metadata to disambiguate th
4242
<Content Include="Files\**">
4343
<Link>Files\%(Filename)%(Extension)</Link>
4444
<TargetPath>%(Filename)%(Extension)</TargetPath>
45-
<CopyToOutputDirectory>PreserveNewest<CopyToOutputDirectory>
45+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4646
</Content>
4747
```
4848

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: The Git experience in Visual Studio
33
titleSuffix: ""
44
description: Learn how Git makes source control in Visual Studio more productive.
5-
ms.date: 02/06/2022
5+
ms.date: 10/13/2022
66
ms.topic: overview
77
author: Taysser-Gherfal
88
ms.author: tglee
@@ -12,13 +12,13 @@ ms.technology: vs-ide-general
1212
ms.custom: version-control
1313

1414
---
15-
# How Visual Studio makes version control easy with Git
15+
# How Visual Studio makes version control easy with Git
1616

1717
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1818

19-
Have you ever wished you could go back to a previously working version of your code? Do you find yourself manually storing copies of your code in different locations as a backup? Well, version control is the answer.
19+
Have you ever wished you could go back to a previously working version of your code? Do you find yourself manually storing copies of your code in different locations as a backup? Well, version control is the answer.
2020

21-
Git is the most widely used modern version control system. With Git, you can track the code changes you make over time and you can revert to specific versions. So whether you're a professional developer or if you’re learning how to code, Visual Studio's Git experience can be very useful to you.
21+
Git is the most widely used modern version control system. With Git, you can track the code changes you make over time and you can revert to specific versions. So whether you're a professional developer or if you’re learning how to code, Visual Studio's Git experience can be very useful to you.
2222

2323
>[!Tip]
2424
> To learn about using Git and GitHub in Visual Studio, sign up for the [Git learning series](https://visualstudio.microsoft.com/vs/github/).
@@ -27,17 +27,17 @@ Git is the most widely used modern version control system. With Git, you can tra
2727

2828
## Start with Git & GitHub in Visual Studio
2929

30-
Version control with Visual Studio is easy with Git. We meet you where you are. You can work remotely with the Git provider of your choice, such as GitHub or Azure DevOps. Or, you can work locally with no provider at all.
30+
Version control with Visual Studio is easy with Git. We meet you where you are. You can work remotely with the Git provider of your choice, such as GitHub or Azure DevOps. Or, you can work locally with no provider at all.
3131

3232
To get started using Git with Visual Studio:
3333

34-
- If you have a Git repo hosted on a Git provider like GitHub, [clone the repository](git-clone-repository.md) to your local machine.
34+
- If you have a Git repo hosted on a Git provider like GitHub, [clone the repository](git-clone-repository.md) to your local machine.
3535

36-
- 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.
36+
- 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.
3737

3838
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.
3939

40-
If you're new to Git, the [https://git-scm.com/](https://git-scm.com/) website is a good place to start.
40+
If you're new to Git, the [https://git-scm.com/](https://git-scm.com/) website is a good place to start.
4141

4242
:::image type="content" source="media/git-source-control-create-repository.png" alt-text="The Create a Git Repository dialog box in Visual Studio.":::
4343

@@ -47,7 +47,7 @@ When you clone a repository or open a local repository, Visual Studio switches t
4747

4848
## Intuitive inner-loop workflow
4949

50-
For your day-to-day Git workflow, Visual Studio provides a seamless way to interact with Git while coding without having you switch away from your code.
50+
For your day-to-day Git workflow, Visual Studio provides a seamless way to interact with Git while coding without having you switch away from your code.
5151

5252
You are empowered to multi-task and experiment with your code through branches. If you or your team works on multiple features at the same time, or if you'd like to explore ideas without affecting your working code, branching is very helpful. The recommended Git workflow uses a new branch for every feature or fix that you work on. Learn how to [create a branch](git-create-branch.md) from Visual Studio.
5353

@@ -61,7 +61,7 @@ If you are working in a team or if you are using different machines, you will al
6161

6262
## Repository management & collaboration
6363

64-
However, there are times when it makes more sense to focus on your Git repository. For example, you might need to get a good picture of what your team has been working on, or copy a commit from a different branch, or just clean-up your outgoing commits. Visual Studio includes powerful [repository browsing](git-browse-repository.md) and collaboration features that eliminate the need to use other tools.
64+
However, there are times when it makes more sense to focus on your Git repository. For example, you might need to get a good picture of what your team has been working on, or copy a commit from a different branch, or just clean-up your outgoing commits. Visual Studio includes powerful [repository browsing](git-browse-repository.md) and collaboration features that eliminate the need to use other tools.
6565

6666
To help you focus on your Git repository, Visual Studio has a **Git Repository** window, which is a consolidated view of all the details in your repository, including local and remote branches and commit history. You can access this window directly from either **Git** or **View** on the menu bar or from the status bar.
6767

docs/version-control/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
title: Version control & source control with Git docs # Required; page title displayed in search results. Include the brand. < 60 chars.
88
description: Use version / source control technologies in Visual Studio. You can share, integrate, and manage your code releases in Git & GitHub without leaving your codebase.
99
ms.topic: landing-page
10-
ms.date: 08/09/2022
10+
ms.date: 10/13/2022
1111
author: TerryGLee
1212
ms.author: tglee
1313
manager: jmartens

0 commit comments

Comments
 (0)