Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to connect github with visual studio code?

I have started using Visual Studio Code (https://code.visualstudio.com/) recently . Started loving it. But I have some doubts regarding how to connect to Visual Studio Code to github.

I have one folder which contains 15 sub-folders and each sub-folder connected to a git repo. When I open a single sub-folder/git repo using Visual Studio Code, git operations working perfectly. But I want to open the root folder(containing 15 sub-folders) using Visual studio code, because i simultaneously work in all the repos. The root folder is not attached to git, its just a folder on my local which contains all the repos.

Is it possible to do?

like image 563
Deepak Kumar Padhy Avatar asked Nov 08 '22 11:11

Deepak Kumar Padhy


1 Answers

Unfortunately VS Code git features are working only if you open directly folder with initialized git inside. Otherwise it will not recognize it. At least this is true for V 1.5.2

like image 146
Mikki Kobvel Avatar answered Nov 14 '22 23:11

Mikki Kobvel