How to commit and push your changes to your GitHub repository in VScode

ZeroesAndOnes
7 min readMay 9, 2020

In this article I will walk you through the proper steps that will demonstrate to you how to commit and push your changes to your remote repository on GitHub using your VScode in few easy steps.

In this article we will assume that you have an active GitHub account. If you currently do not have an account with GitHub you can easily create one by going here: GitHub

Additionally, we will assume that you have a remote repository on GitHub that you have cloned locally on you…

--

--