Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create github repository for my project in Visual Studio Code?

Is it possible to create github repository for my project in Visual Studio Code, and commit all the files?

I have not found a single example where a repository is created from VSCode.

like image 535
monstro Avatar asked Aug 08 '17 00:08

monstro


1 Answers

Now, there is also a "Publish to Github" button in the "Source Control" part, when there is no git repository, to directly create a repository on github.

Publish to Github button

If you click on it, by default, VSCode propose (in the main bar) to create a private or a public repository with the project's folder name.

main bar

like image 124
lvd Avatar answered Sep 28 '22 00:09

lvd