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

    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 the right way...

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

    May 20, 2020 · 69 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 …

  3. I have 2 GitHub accounts. How can I use both when I am working …

    Jun 28, 2020 · I use V.S. Code for both company & personal projects, and I was hoping to find an answer to the following question. Is it possible to log into two GitHub accounts at the same …

  4. 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 …

  5. How can you open a directory/entire folder in Visual Studio Code …

    Thanks for the reply- cd just changes what directory you're in, but it doesn't open that directory. For example, I'm trying to open a whole project folder in visual studio from a git bash command.

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

    May 20, 2021 · 30 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 …

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

    Jul 6, 2016 · In Visual Studio Code (version 1.2.1) I resolved all of the issues, however when I try to commit it keeps giving me this message: You should first resolve the un-merged changes …

  8. 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.

  9. 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 …

  10. Git rebase in Visual Studio Code - Stack Overflow

    Jul 17, 2018 · I don't think Visual Studio Code has Git rebase functionality built-in. If you want to do your rebasing in Visual Studio Code instead with the git command-line tool or with a Git …