How to create a new GitHub repository and how to link your GitHub Desktop with Vs code.
GitHub encourages teams to work together while collaborating in the projects. This is achieved by creating branches and merging to the main branch whenever there's new changes. Vs Code, helps you run your code and keep all the updates in your GitHub as you build your projects.
Download git for windows : https://git-scm.com/downloads
GitHub website : https://www.github.com
GitHub Desktop Download: https://desktop.github.com/
Download Vs Code: https://code.visualstudio.com/download/
#github #createarepo #vscode #webdevelopers #clouds