Summary
Below you will find a collection of links to Simple Dev tutorials teaching the basics of using GitHub Desktop, a desktop application that allows you to perform the most important Git functions through a GUI.
Tutorials
Introduction
Setup
Local Actions
- Stage files
- Commit files
- View previous commits
- Create a branch
- Switch branches
- Merge branches
- Delete branch
Remote Actions
- Publish your repository on GitHub
- Push changes to your remote repo
- Get changes from your remote repo
- Clone remote repo locally