GitHub Desktop Tutorial


Introduction

Previously, we created a tutorial to connect Visual Studio Code with GitHub. Now, we will show another useful tool to track changes in our SQL code. The tool is GitHub Desktop.

What is GitHub Desktop?

It is a free tool that works with Git and GitHub. This tool easily synchronizes Git and GitHub.

For example, if you have code in SSMS, Notepad ++, or other tools, you can easily synchronize your code with Git and GitHub using GitHub desktop and have a control of the version and revert your code to previous versions. You can use the GitHub web to