This repository is completely experimental and the aim is to enought experiment to understand the link between git ,github and vscode
Learing 1 - if changes are made locally then we need to stage(git add) and commit(take snapshots of all important changes made ) and when we have the interner or our work done locally we simply push stating update all the changes to github
Learing 2 - if changes are made online or by some other and we already have the parts then we simply do pull to bring the changes to ourself