☰
Courses
›
DevOps Zero to Hero
›
Networking & Version Control
›
Video 15
Git and GitHub - What is GIT - What is Version Control
📚
Theory
0/4
🧪
Lab Practice
💬
Interview Questions
0%
Contents
0 of 4 sections complete · 4 min total
01
Version Control Systems (VCS)
A Version Control System is a software tool that helps software teams manage changes to source code over time. It addresses two primary…
Concept
1 min read
02
1
Centralized vs Distributed Version Control
Before Git became the industry standard, systems like SVN and CVS were used. These were Centralized Version Control Systems.
Comparison
1 min read
03
1
Git vs GitHub
Git: An open-source, command-line distributed version control tool that you install on your local machine.. GitHub: A cloud-based platform…
Comparison
1 min read
04
The Git Lifecycle and Commands
When you initialize a repository using git init, Git creates a hidden folder named .git. This folder tracks all changes. If you delete it,…
Workflow
1 min read