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

    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 and have …

  2. How do you switch between branches in Visual Studio Code with Git?

    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. github - How to use а private repository with VSCode? - Stack Overflow

    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 user …

  4. 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 different folders.

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

    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 these settings …

  6. github - VSCODE: "Open Remote Repository" does not work - Stack …

    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 my repositories …

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

  8. Where is VS Code cloning a git repository? - Stack Overflow

    Feb 17, 2025 · 0 I ran the git:clone command in VS Code command palette to clone a repository from GitHub. Where is the repo getting cloned to? VS Code is running locally on my laptop. I am on a …

  9. How to view github repository code with vs code interface?

    Oct 3, 2021 · When we find suitable code for our projects we can investigate the GitHub repository using vs code interface, It is the exact VS Code interface and that features. It is open with the browser tab. …

  10. github - How to remove or modify a repository from vscode - Stack …

    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 …