DEV Community

Godwin Effiòng
Godwin Effiòng

Posted on

How I Opened up my new entire project and all of it's files from Git Bash to VSCode.

Remembering I had a task to work on, whilst using Git, I started of with firstly navigating to the directory where my projects usually are i.e xammp/htdocs, since I'm working with PHP. Then created my project folder "mkdir folder name", later created the project file and it's extension using "touch project file.extension".

Finally, opened the newly created file in VSCode using "code space and then the name of the project folder" i.e "code project_folder/" to open up the project folder and files in VSCode.😊😊

Top comments (0)