How do I connect to my existing Git repository using Visual Studio Code?

后端 未结 4 1299
日久生厌
日久生厌 2020-12-12 21:56

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 rep

4条回答
  •  青春惊慌失措
    2020-12-12 22:35

    1. Use git clone to clone your repository into a folder (say work). You should see a new subfolder, work/.git.
    2. Open folder work in Visual Studio Code - everything should work fine!

    PS: Blow away the temporary folder.

提交回复
热议问题