Completed
Local Code Base
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Git Tutorial for Beginners - Command-Line Fundamentals
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Git
- 3 Installation
- 4 Check Version
- 5 Global Configuration Variables
- 6 Get Help
- 7 Two Scenarios
- 8 Local Code Base
- 9 Git Status
- 10 Working Directory Staging Area Commits
- 11 Adding Files to Staging Area
- 12 Git Reset
- 13 Remove Staging Files
- 14 Commit
- 15 Commit Status
- 16 Cloning a Remote Project
- 17 Viewing the Remote Project
- 18 Committing Changes Locally
- 19 Committing Changes Remotely
- 20 Creating a Branch
- 21 Push to Remote Repository
- 22 Faster Example