Completed
Configuring Git
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Git Tutorial for Beginners - Learn Git in 1 Hour
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Git?
- 3 Using Git
- 4 Installing Git
- 5 Configuring Git
- 6 Getting Help
- 7 Cheat Sheet
- 8 Taking Snapshots
- 9 Initializing a Repository
- 10 Git Workflow
- 11 Staging Files
- 12 Committing Changes
- 13 Committing Best Practices
- 14 Skipping the Staging Area
- 15 Removing Files
- 16 Renaming or Moving Files
- 17 Ignoring Files
- 18 Short Status
- 19 Viewing the Staged and Unstaged Changes
- 20 Visual Diff Tools
- 21 Viewing the History
- 22 Viewing a Commit
- 23 Unstaging Files
- 24 Discarding Local Changes
- 25 Restoring a File to an Earlier Version