Version Control With Git
Version Control With Git
© Raman Sharma-+91-9739299502
3
[email protected]
Client-Server Repository Model
Check-In Check-Out
Dev-1 Dev-2
Central Repository
Check-Out Check-In
Central Repository
Push
Pull
Dev-2 Local Repo Dev-3 Local Repo
Dev-1 Local Repo
Commit
Commit
Commit
Dev-3
Dev-1 Dev-2
• Git is most commonly used version control system today and quickly
becoming the standard for version control.
• Git is a free and open source version control system, originally created
by Linus Torvalds in 2005.
• Git is distributed version Control System means your local copy of
code is complete version control repository.
• You commit your work locally, and then sync your copy of the
repository with the copy on the server.
Continuous
Plan Code Shared Repository
Integration
Monitor
Build
Configuration
Deploy Test
Management
• Command to install git (it will ask to install the package then press Y )
sudo yum install git