introduction about git

16
Version Control System Le Ngoc Hoan Mentallog 1

Upload: mentallog

Post on 25-May-2015

168 views

Category:

Technology


2 download

DESCRIPTION

Speaker: Le Ngoc Hoan

TRANSCRIPT

Page 1: Introduction about GIT

1

Version Control System

Le Ngoc HoanMentallog

Page 2: Introduction about GIT

Version Control System - Le Ngoc Hoan 2

Manual

Folder A

Folder B

Copy

Page 3: Introduction about GIT

Version Control System - Le Ngoc Hoan 3

OutlineO Version Control System (VCS)

O Introduction to VCS?O Types of VCS

O GitO What is Git?O Operation

O Summary

Page 4: Introduction about GIT

Version Control System - Le Ngoc Hoan 4

OutlineO Version Control System (VCS)

O Introduction to VCS?O Types of VCS

O GitO What is Git?O Operation

O Summary

Page 5: Introduction about GIT

Version Control System - Le Ngoc Hoan 5

Introduction to VCSO VCS is a system that manages

changes to a file or set of files over time under version so that you can recall specific versions later.

Page 6: Introduction about GIT

Version Control System - Le Ngoc Hoan 6

Types of VCSO Local VCSO Centralized VCSO Distributed VCS

Page 7: Introduction about GIT

Version Control System - Le Ngoc Hoan 7

Local VCS

Page 8: Introduction about GIT

Version Control System - Le Ngoc Hoan 8

Centralized VCS

Page 9: Introduction about GIT

Version Control System - Le Ngoc Hoan 9

Distributed VCS

Page 10: Introduction about GIT

Version Control System - Le Ngoc Hoan 10

OutlineO Version Control System (VCS)

O Introduction to VCS?O Types of VCS

O GitO What is Git?O Operation

O Summary

Page 11: Introduction about GIT

Version Control System - Le Ngoc Hoan 11

What is GitO Git is a distributed VCS and source

code management (SCM) system

Page 12: Introduction about GIT

Version Control System - Le Ngoc Hoan 12

Operation

Page 13: Introduction about GIT

Version Control System - Le Ngoc Hoan 13

Operation

Page 14: Introduction about GIT

Version Control System - Le Ngoc Hoan 14

OutlineO Version Control System (VCS)

O Introduction to VCS?O Types of VCS

O GitO What is Git?O Operation

O Summary

Page 15: Introduction about GIT

15

SummaryO Three main types of VCS

O Local VCSO Centralized VCSO Distributed VCS

O Git

Version Control System – Le Ngoc Hoan

It is very wise to use a VCS in software development

Page 16: Introduction about GIT

Version Control System - Le Ngoc Hoan 16

Thank you