Git Basics
  • Introduction
  • Git Installation
  • How to Run Git
  • Create a New Repo
  • The Staging Area & Your First Commit
  • When to Commit
  • The VS Code Source Control Tab
  • Exercise #1
Branches
  • The Importance of Branches
  • Working With Branches
  • Merging Branches
  • Resolving Conflicts
Github & Other Remote Repos
  • Create a Github Account
  • Push and Pull From Remote Repos
  • Closing Features & Updating the Remote Server
GUI Clients for Git
  • GUI Clients for Git
  • Basic Commands on the Github Desktop App
  • Resolving Conflicts From the Github Desktop
  • Revert Commits from the Github Desktop App