About 584,000 results
Open links in new tab
  1. git - How to add a new project to Github using VS Code - Stack …

    Oct 22, 2017 · All the tutorials i've seen till now shows to first create a repository on github, copy the link go to vscode and git clone it and from that on, you can do commits and pushes. Is that …

  2. Changing the Git user inside Visual Studio Code

    The user for my Git commits has changed, but I am not able to change that inside of Visual Studio Code. I changed the global settings in Git, but when I want to push or sync via Visual Studio …

  3. How do I connect to my existing Git repository using Visual Studio …

    May 20, 2020 · I've been using Visual Studio code for a long time, since v0.9.1. I now have run into the need to use GitHub and an online Git repository. I have the online Git repository set up …

  4. How to Connect Visual Studio Code with Azure GIT Repo

    May 20, 2021 · To connect VS Code with Git repository from Azure Repos, you can try like as below: If you want push you local code to a new Git repository on Azure Repos. Create an …

  5. Visual Studio Code is always asking for Git credentials

    I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio Code is always asking for my GitHub credentials. I have installed in my PC GitHub …

  6. Visual Studio Code how to resolve merge conflicts with git?

    Jul 6, 2016 · I tried to merge my branch with another branch and there was a merge conflict. In Visual Studio Code (version 1.2.1) I resolved all of the issues, however when I try to commit it …

  7. How to add a new file to an existing repository using VS Code

    Feb 13, 2021 · I would really recommend using the CLI of git instead of vscode, at least at the begining, but if you insist on using vscode for that, this easily done with this explanation: press …

  8. Git: How to merge feature branch into master using VS Code …

    I have created a feature branch in Git using Visual Studio source control. Now I want to merge the feature branch into master using Visual Studio Code. What is the correct process to do this?

  9. How do you switch between branches in Visual Studio Code with …

    When in the Visual Studio Code IDE, do the following: on the bottom left, press on the Git branch which will give a list: Select a ref to checkout select one of the branches of the remote branch.

  10. git - Is there a way to revert to a previous commit in VS code?

    Dec 21, 2022 · Is there a way to revert to a previous git commit in VS code? I know I can see the changes between commits and the differences in the working tree but I want to know how to …

Refresh