Github commit and push from Terminal in vscode

Github commit and push from Terminal in vscode

·

1 min read

Why Am I writing this document?

I came across Microsoft reactor event on YouTube in which " Static web app" is being taught. Microsoft Student Summit

So, After the I decided to make my own static web app. For this

  • I installed Vscode and I wanted to not have any local files on my machine, so I created a new repository in my GitHub account.

  • I open a remote repository linked to my newly created repository called resume.

  • After making changes and then I did the following steps:
  1. Go to Source control located in activity bar

  2. Type a message and Click on Tick Mark to commit and push or hold ctrl and press enter.

Screenshot (55).png

attended event: image.png

My Github repo