Q2
# Why it is Used:
💬Answer
- Speed & Performance: Most operations are local, making them incredibly fast.
- Distributed Architecture: Developers work offline and commit locally. A failure of the central server doesn't halt work or lose history.
- Data Integrity: Git uses SHA-1 hashing to verify the integrity of every file and commit, making history modification virtually impossible without detection.
- Branching & Merging: Highly efficient branching models allow developers to create isolated workspaces for features and merge them seamlessly.
Related Git & GitHub Questions
View All Git & GitHubQuestions →Q1
What is Git, and how does its distributed model differ from older centralized version control systems?
Q3What is version control, and why is it considered the absolute starting point for any DevOps pipeline?
Q4Can you explain the main architectural areas of Git? How do files transition between them?
Q5How do you explain the difference between Git and GitHub to a non-technical stakeholder?

Created by
Apurv Gujjar
DevOps & Cloud Engineer
Specialized in:DevOpsAWSGCPKubernetesTerraformDocker
View Portfolio