Completed
- CI/CD Pipeline With Vercel
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Git and GitHub Fundamentals: Version Control and Platform Crash Course 2025
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - What Is Git? Slides
- 3 - What Is GitHub?
- 4 - Git Workflow Overview
- 5 - Installation & Config
- 6 - Sample Project Files
- 7 - git init
- 8 - git status
- 9 - git add
- 10 - git commit
- 11 - Making Changes
- 12 - git log
- 13 - Create A Github Repo
- 14 - git remote
- 15 - git push
- 16 - Readme File
- 17 - git pull
- 18 - .gitignore File
- 19 - Commit Shortcuts
- 20 - GIthub Interface Basics
- 21 - SSH Keys
- 22 - git clone
- 23 - Branching
- 24 - Pull Requests
- 25 - Merging
- 26 - CI/CD Pipeline With Vercel