ps0604
ps0604

Reputation: 1071

Setting up a github.com repository in Visual Studio Code

I couldn't find a concise step-by-step tutorial to integrate Visual Studio Code with github.com and I'm struggling with this.

This is what I did:

Can the complete setup happen inside VSC or there's something that needs to be done with a git command? How to make VSC aware of a repository in github.com ?

Upvotes: 1

Views: 297

Answers (1)

Mark
Mark

Reputation: 180631

This might help. From add remote repository from github (v1.46 release notes):

You can now easily add a GitHub repository as a remote to your local repositories using the Git: Add Remote... command.

add remote github repository

Upvotes: 1

Related Questions