Software Version Control
Software Version Control
AJAY MAHARJAN
MECE
Contents
Introduction
Types of version control
Importance of version control
Version controlled concept
Git
Git commands
Git demo
Introduction
Component of software configuration
management
Also called revision control or source control
categories of software that helps a software
team manage changes to source code over
time.
keeps track of every modification to the code
in a special kind of database.
Software Versioning Types