About 4,070,000 results
Open links in new tab
  1. How can I see 'git diff' on the Visual Studio Code side-by-side file?

    Jul 13, 2018 · In Visual Studio Code, on the left side, there is a Git icon that looks like this: By clicking on this icon, then double-clicking one of the files listed under Changes you can see the …

  2. Visual Studio 2022 keeps asking for Git credentials even though it …

    Oct 22, 2025 · 10 If you ever get this very odd case of Visual Studio being stuck on "Re-enter Credentials" for Git, you can try removing the account by clicking your profile image in the top …

  3. git - Why is the Commit operation taking forever in Visual Studio …

    Jan 26, 2023 · Git works this way from the command line as well. In this case, VS Code fills buffer with a default commit message with a list of changed files spelled out. I usually delete list, but …

  4. Can't see Git > Blame (Annotate) in Visual Studio 2022 (17.11.2 ...

    But it's really about knowledge of the Git Blame feature in general. After the experience improvements update in Visual Studio 2022 (17.11.2) in august 2024 <- This was a red …

  5. git - How to add a GitHub personal access token to Visual Studio …

    Aug 13, 2021 · Now I want to use the token to push/pull my repository from GitHub, in Visual Studio Code, which uses Git and the command line, which I have installed on my Mac. What …

  6. How to compare different branches in Visual Studio Code

    Feb 8, 2017 · For other Git stuff I prefer Visual Studio Code's built-in functionality or Git Lens as others have mentioned. However, the above plugin is outstanding for doing branch diffing (i.e., …

  7. Can I run Git commands in Visual Studio? - Stack Overflow

    Jul 23, 2020 · I am using Visual Studio Team Explorer with git integration for source control. It works pretty well but sometimes I need to run some more advanced git commands so I am …

  8. git - Visual Studio 2022 source control not showing changes

    Nov 27, 2021 · Visual Studio 2022 not showing any change of file in git changes window, although there are some files updates are available. Whereas GIT GUI is showing all the changes in the …

  9. How to view history for all Git commits/changes for a Visual Studio ...

    Nov 7, 2017 · I can right click on a file using the Solution Explorer in Visual Studio 2017 and View History which shows all the history of the changes for that file. I would like to do the same at …

  10. git - .gitignore for Visual Studio Projects and Solutions - Stack …

    Jan 27, 2010 · Which files should I include in .gitignore when using Git in conjunction with Visual Studio Solutions (.sln) and Projects?