Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Git and GitHub for Beginners - Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is git?
- 3 What is version control?
- 4 Terms to be learn in video
- 5 Git commands
- 6 sign up in GitHub
- 7 using git in local machine
- 8 git install
- 9 getting code editor
- 10 inside VS Code
- 11 cloning through VS Code
- 12 git commit command
- 13 git add command
- 14 committing
- 15 git push command
- 16 SSH Keys
- 17 git push
- 18 Review workflow so far
- 19 Compare between GitHub workflow and local git workflow
- 20 git branching
- 21 Undoing in git
- 22 Forking in git
- 23 Ending