About 523,000 results
Open links in new tab
  1. github - How do I connect to my existing Git repository using …

    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 …

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

  3. How to add a new project to Github using VS Code

    Oct 22, 2017 · Now you need to visit your GitHub account and create a new Repository. Exclude creating 'README.md', '.gitIgnore' files. Also do not add any License to the repo. Sometimes …

  4. github - How to use а private repository with VSCode? - Stack …

    Apr 14, 2019 · The goal here with these keys is to configure your public key on GitHub. Open your id_rsa.pub file with notepad and copy its entire content. Then go to GitHub and under your …

  5. How to manage more than one git repository in VS Code

    Mar 25, 2017 · @wgj It'a a plain directory. Different parts of the project have their own git repo. Things will be easy If VS code can open more than one folder and can search symbols across …

  6. How to connect my GitHub Enterprise Account with Visual Studio …

    Oct 29, 2021 · Here's what worked for me on vs code 1.62.3. Clone the GitHub Enterprise repo outside of vs code (ie, using git cli in a terminal or GitHub Desktop). In vs code, open the folder …

  7. github - VSCODE: "Open Remote Repository" does not work

    Jul 12, 2022 · I open a brand new VSCode window and select "Open Remote Repository" from the left sidebar. From the menu that appears, I select my GitHub account then select one of …

  8. github - How to remove or modify a repository from vscode

    Feb 18, 2023 · In Github Desktop it correctly shows two changed files. What should I do? Should I remove the repository from vscode and how and then readd it back in? Is there a way to check …

  9. Visual Studio Code - Connect to a remote Git ... - Stack Overflow

    Apr 12, 2017 · I have created a local project with Visual Studio Code that implements a local Git repository. Then I have create a Git repository on Visual Studio Online and I want to push all …

  10. Open GitHub repo in VS Code with a live test server? I.e. view …

    Apr 6, 2022 · 0 I am using the GitHub repo integration in VS Code for version control. It's really easy to code in the editor and track and push changes to the GitHub repo from there. What I …