Git Developer Essentials
Sign up early to be the first to know when this course is live!
This course is currently being developed!
A Message From Dean, Your Instructor
How To Use This Course
Before You Begin Your Journey...
Course Overview
What Is Git?
What Are Repositories?
Git Hosting Services
High-level lesson
Installing Git On Windows 11
Installing Git On Ubuntu (Linux)
Beginner Overview
Git Init - Initializing A Repository
Git Status - Checking For Changes
Git Add - Staging Changes
Git Commit - Committing To Making Changes
Git Reset - Unstaging Changes
Git Push - Pushing Your Changes Up To The Remote Repository
Git Pull - Pulling Changes Down To Your Local Repository
Git Clone - Cloning A Remote Repository To Your Device
Git Branches - The Main Branch